From 636df3a650ade34465bbcb9d39ebd17dfb50cd9e Mon Sep 17 00:00:00 2001 From: jiacai_wang Date: Tue, 29 Mar 2022 23:24:31 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20'hello.c'?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- hello.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hello.c b/hello.c index 1b70430..ee35b3e 100644 --- a/hello.c +++ b/hello.c @@ -1,6 +1,6 @@ #include int main(int argc, char* argv[]) { - printf("hello, %s\n", argv[1]); + printf("hello, %s.\n", argv[1]); return 0; }