Skip to content

Commit 2f9f73d

Browse files
authored
auto commit
1 parent 25dbd6e commit 2f9f73d

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

assets/1.cpp

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,7 @@
1+
#include <iostream>
12

3+
using namespace std;
4+
5+
int main() {
6+
cout << "CyC OvO" << endl;
7+
}

0 commit comments

Comments
 (0)