diff --git a/hello.c b/hello.c index 4d4cfdc..886ee14 100644 --- a/hello.c +++ b/hello.c @@ -7,6 +7,7 @@ void main() printf("hello world\n"); printf("hello world\n"); printf("nihao\n"); - printf("helloworld"); + printf("你好\n"); + printf("haode\n"); return 0; } \ No newline at end of file