diff --git a/hello world.c b/hello world.c new file mode 100644 index 0000000..a27bd30 --- /dev/null +++ b/hello world.c @@ -0,0 +1,6 @@ +#include +int main() +{ + printf("你们好哇!"); + return 0; +} \ No newline at end of file