diff --git a/helloworld.c b/helloworld.c new file mode 100644 index 00000000..ae2fffb5 --- /dev/null +++ b/helloworld.c @@ -0,0 +1,12 @@ +#include + +int main() { + +//this is a comment +stdout >> "Hello World\n" ; + +// asecond comment +return 0; + +} +