forked from xolatile/xhartae
Adding program folder...
This commit is contained in:
parent
0f5b125a42
commit
f10547203f
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
7
program/hello_world.c
Normal file
7
program/hello_world.c
Normal file
@ -0,0 +1,7 @@
|
||||
#include <stdio.h>
|
||||
|
||||
int main (void) {
|
||||
puts ("Hello world!");
|
||||
|
||||
return (0);
|
||||
}
|
Loading…
Reference in New Issue
Block a user