Buxian commited on
Commit
f179eef
·
1 Parent(s): ea9c8da

(pr parent commit) add hello.c

Browse files
Files changed (1) hide show
  1. c/hello.c +4 -0
c/hello.c ADDED
@@ -0,0 +1,4 @@
 
 
 
 
 
1
+ #include <stdio.h>
2
+ int main(){
3
+ printf("Hello World");
4
+ }