From 2d56d8d1db4a925e7bb0d31af73d2a3f891d2433 Mon Sep 17 00:00:00 2001 From: Shiny <32192009+shinyjks@users.noreply.github.com> Date: Sat, 26 Dec 2020 17:42:48 +0530 Subject: [PATCH 1/3] Update hello.c --- hello.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hello.c b/hello.c index 3a47ea5..863df51 100644 --- a/hello.c +++ b/hello.c @@ -1,5 +1,5 @@ #include int main(int argc, char **argv) { - printf("Hello world!\n"); + printf("Hello world!!!!!!\n"); } From cf10adeef27c62568636a5f78b99c61f9a1bdbbf Mon Sep 17 00:00:00 2001 From: Shiny <32192009+shinyjks@users.noreply.github.com> Date: Sat, 26 Dec 2020 17:49:11 +0530 Subject: [PATCH 2/3] Update hello.c --- hello.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hello.c b/hello.c index 863df51..3a47ea5 100644 --- a/hello.c +++ b/hello.c @@ -1,5 +1,5 @@ #include int main(int argc, char **argv) { - printf("Hello world!!!!!!\n"); + printf("Hello world!\n"); } From f0dd3ac3f68ea1d20cd0f3aa3ce4eda65a98ddbb Mon Sep 17 00:00:00 2001 From: Shiny <32192009+shinyjks@users.noreply.github.com> Date: Sat, 26 Dec 2020 17:49:24 +0530 Subject: [PATCH 3/3] Update hello.c --- hello.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hello.c b/hello.c index 3a47ea5..03fb059 100644 --- a/hello.c +++ b/hello.c @@ -1,5 +1,5 @@ #include int main(int argc, char **argv) { - printf("Hello world!\n"); + printf("Hello world!!!\n"); }