We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 25dbd6e commit 2f9f73dCopy full SHA for 2f9f73d
1 file changed
assets/1.cpp
@@ -1 +1,7 @@
1
+#include <iostream>
2
3
+using namespace std;
4
+
5
+int main() {
6
+ cout << "CyC OvO" << endl;
7
+}
0 commit comments