Skip to content

Commit dae4971

Browse files
first c lang program ( #1 )
1 parent acf379f commit dae4971

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

1_hello_world.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+
void main () {
4+
printf("Hello World!");
5+
return 0;
6+
}

0 commit comments

Comments
 (0)