From 991ae0568d7ce55a682a4ccadbf8944131f97bef Mon Sep 17 00:00:00 2001 From: harshu-2001 <53346395+harshu-2001@users.noreply.github.com> Date: Tue, 1 Oct 2019 20:28:09 +0530 Subject: [PATCH] Update hello_world_gingyr.c --- scripts/hello_world_gingyr.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/hello_world_gingyr.c b/scripts/hello_world_gingyr.c index fac8825279..33626abec9 100644 --- a/scripts/hello_world_gingyr.c +++ b/scripts/hello_world_gingyr.c @@ -5,5 +5,5 @@ #include int main() { - printf("Hello, World!\n"); + printf("Hello, World!\n"); /*print hello*/ }