Skip to content

Commit 8f3284b

Browse files
authored
Merge pull request #5 from Pilse/feature-command_line
test
2 parents d10133e + 0d666dc commit 8f3284b

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)