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