Skip to content

Commit 22f129e

Browse files
authored
Merge pull request #1 from NalinDalal/nalin
c++ code
2 parents 4110fb7 + 3f670e6 commit 22f129e

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)