Skip to content

Commit 3f670e6

Browse files
committed
c++ code
1 parent 4110fb7 commit 3f670e6

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

c++/h

38.7 KB
Binary file not shown.

c++/hello_world.cpp

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
#include <IOstream>
2+
3+
int main() {
4+
std::cout << "Hello world on github remote repo" << std::endl;
5+
return 0;
6+
}

0 commit comments

Comments
 (0)