diff --git a/hello.c b/hello.c index e7b67f8..8fc30bc 100644 --- a/hello.c +++ b/hello.c @@ -9,6 +9,7 @@ void main() printf("nihao\n"); printf("你好\n"); printf("haode\n"); - printf("添加内容\n"); + printf("制造冲突\n"); + return 0; } \ No newline at end of file