Skip to content

Commit 214dee6

Browse files
Create HelloWorld.cpp
1 parent b95ed56 commit 214dee6

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

HelloWorld.cpp

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

0 commit comments

Comments
 (0)