From 911a3fac41038fc6db7ee75549823cd253805c2c Mon Sep 17 00:00:00 2001 From: travisTest4 Date: Thu, 1 Apr 2021 22:08:05 +0530 Subject: [PATCH] Update hello_world.c --- hello_world.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hello_world.c b/hello_world.c index ab1a9fe..edb0a16 100644 --- a/hello_world.c +++ b/hello_world.c @@ -3,5 +3,5 @@ int main() { // printf() displays the string inside quotation printf("\n\n\n Hello, World! \n\n\n\n"); return 0; - //pullrequest + //pullrequest1 }