diff --git a/HelloWorldInC b/HelloWorldInC new file mode 100644 index 00000000..0bc47f74 --- /dev/null +++ b/HelloWorldInC @@ -0,0 +1,7 @@ +#include + +void main() { + +printf("Hello, World!"); + +}