Skip to content

Commit 217555d

Browse files
hello world
1 parent fb1d295 commit 217555d

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

hello.c

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

0 commit comments

Comments
 (0)