From fc6794b16c2ec72babab929034594cff6fe60fe1 Mon Sep 17 00:00:00 2001 From: asdf130700 <59083814+asdf130700@users.noreply.github.com> Date: Thu, 9 Apr 2020 12:36:58 +0900 Subject: [PATCH] add ! --- hello.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hello.c b/hello.c index e6d9498..b2b48ab 100644 --- a/hello.c +++ b/hello.c @@ -2,5 +2,5 @@ int main(int argc, char* argv[]) { - printf("hello, world!\n"); + printf("hello, world!!\n"); }