X-Git-Url: http://git.jankratochvil.net/?p=gnokii.git;a=blobdiff_plain;f=gnokii%2Fhello.c;fp=gnokii%2Fhello.c;h=be27e74a18b618c89346d7ef5ffac6b5e0de09f0;hp=0000000000000000000000000000000000000000;hb=81b1712d54efa46b3148a5beb42d32d7632ef30c;hpb=28c1f486126d510c51033eea2385d61a11ebe789 diff --git a/gnokii/hello.c b/gnokii/hello.c new file mode 100644 index 0000000..be27e74 --- /dev/null +++ b/gnokii/hello.c @@ -0,0 +1,7 @@ +#include + +int main(void) +{ + puts("hello"); + return 0; +}