diff --git a/helloworld.c b/helloworld.c new file mode 100644 index 0000000..ca9328c --- /dev/null +++ b/helloworld.c @@ -0,0 +1,6 @@ +#include +int main() + { + printf("hello world!"); + return 0; + }