diff --git a/hello world.c b/hello world.c index 79fd057..0ce637e 100644 --- a/hello world.c +++ b/hello world.c @@ -1,6 +1,6 @@ #include int main() { - printf("你好"); + printf("欢迎"); return 0; } \ No newline at end of file