hello world example
This commit is contained in:
parent
7a65bfaf26
commit
ddd7818b4a
6
c-basic/helloworld.c
Normal file
6
c-basic/helloworld.c
Normal file
@ -0,0 +1,6 @@
|
||||
#include <stdio.h>
|
||||
|
||||
int main(){
|
||||
printf("Hello World\n");
|
||||
return 0;
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user