Skip to content

Commit 0d666dc

Browse files
committed
test
1 parent d10133e commit 0d666dc

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

test.c

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
#include <stdio.h>
2+
3+
int main()
4+
{
5+
pritnf("hello world");
6+
}

0 commit comments

Comments
 (0)