From 15df63cc1602636a2250d6e3a0e336e1ec9611ea Mon Sep 17 00:00:00 2001 From: hey-there-bhav <64087823+hey-there-bhav@users.noreply.github.com> Date: Mon, 5 Oct 2020 16:54:32 +0530 Subject: [PATCH] Update Hello world --- Hello world | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Hello world b/Hello world index 3b7617c..12fc67a 100644 --- a/Hello world +++ b/Hello world @@ -1,6 +1,6 @@ #include int main() -{ +{ /* This is how we print hello world in c language */ printf("Hello, World!"); return 0; }