Skip to content

Commit 90cfb7f

Browse files
rano
1 parent 828bd0a commit 90cfb7f

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

sample.cpp

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

0 commit comments

Comments
 (0)