diff --git a/hello.c b/hello.c new file mode 100644 index 0000000..2dc1068 --- /dev/null +++ b/hello.c @@ -0,0 +1,7 @@ +#include + +int main() +{ + printf ("vanilla"); + return 0; +}