Skip to content

Commit bcbccf3

Browse files
committed
jfdklajflk
1 parent 3985149 commit bcbccf3

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

test.c

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
//my first program code in vim.
2+
3+
#include <iostream>
4+
using namespace std;
5+
6+
int main()
7+
{
8+
cout << "Hello world!" << endl;
9+
reutrn 0;
10+
}

0 commit comments

Comments
 (0)