Skip to content

Commit 60d779c

Browse files
committed
add my first code
1 parent fdb76f5 commit 60d779c

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

main.cpp

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
#include <iostream>
2+
int main()
3+
{
4+
std::cout << "hello git " << std::endl;
5+
return 0;
6+
}

0 commit comments

Comments
 (0)