Skip to content

Commit db61d6d

Browse files
committed
Fav program
1 parent 28a8dc8 commit db61d6d

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+
using namespace std;
3+
4+
int main(){
5+
cout << "Hello, World ! ";
6+
return 0;
7+
}

0 commit comments

Comments
 (0)