X-Git-Url: http://pileus.org/git/?a=blobdiff_plain;ds=sidebyside;f=cc%2Fsource%2Fhello.c;fp=cc%2Fsource%2Fhello.c;h=099e13c93aa80b18bed8e36403fa43513157de34;hb=4d380e0b82a77240bc5859c13161e90128d15f0d;hp=0000000000000000000000000000000000000000;hpb=ff9d18a8bbaa3c349c28f0cb0af564882c901496;p=~andy%2Fsfvlug diff --git a/cc/source/hello.c b/cc/source/hello.c new file mode 100644 index 0000000..099e13c --- /dev/null +++ b/cc/source/hello.c @@ -0,0 +1,7 @@ +#include + +int main() +{ + printf("hello, sfvlug!\n"); + return 0; +}