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