hello on GNU/Linux
This commit is contained in:
parent
6a1a7fd7ba
commit
a07b35c91e
8
c-basic/hello.c
Normal file
8
c-basic/hello.c
Normal file
@ -0,0 +1,8 @@
|
|||||||
|
#include <stdio.h>
|
||||||
|
|
||||||
|
int main()
|
||||||
|
{
|
||||||
|
printf("Hello World !\n");
|
||||||
|
|
||||||
|
return 0;
|
||||||
|
}
|
Loading…
x
Reference in New Issue
Block a user