diff --git a/helloworld.c b/helloworld.c new file mode 100644 index 00000000..5fb1624b --- /dev/null +++ b/helloworld.c @@ -0,0 +1,4 @@ +#include +int main(){ +printf("Hello World!"); +}