diff --git a/helloworld.c b/helloworld.c new file mode 100644 index 0000000..7aa6356 --- /dev/null +++ b/helloworld.c @@ -0,0 +1,5 @@ +#include + +int main(){ + print("Hello World"); +} \ No newline at end of file