diff --git a/hello-world.ch b/hello-world.ch new file mode 100644 index 0000000..72e3ce3 --- /dev/null +++ b/hello-world.ch @@ -0,0 +1,7 @@ +#include + +int main() +{ + printf("Hello, world\n"); + return 0; +}