diff --git a/shu.c b/shu.c new file mode 100644 index 0000000000000000000000000000000000000000..73b0c4689fbda252b0767cfabdbdc6aa83530fe9 --- /dev/null +++ b/shu.c @@ -0,0 +1,5 @@ +#include + +int main(void) { + printf("hello, world!\n"); +} \ No newline at end of file