diff --git a/hello.c b/hello.c index 002e030..055f69b 100644 --- a/hello.c +++ b/hello.c @@ -5,9 +5,9 @@ void main() printf("hello world\n"); printf("hello world\n"); printf("hello world\n"); - printf("hello world\n"); + printf("hello\n"); printf("nihao\n"); - printf("helloworld\n"); + printf("你好\n"); printf("haode\n"); return 0; } \ No newline at end of file