From 6593163ca6dbacdb19fc038fb9710ac1e2c79980 Mon Sep 17 00:00:00 2001 From: Abhishek Sharma <58878438+imgeekabhi@users.noreply.github.com> Date: Sat, 17 Oct 2020 20:45:50 +0530 Subject: [PATCH] Updated Hello world --- Hello world | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Hello world b/Hello world index 3b7617c..6f17516 100644 --- a/Hello world +++ b/Hello world @@ -1,6 +1,6 @@ #include -int main() +#include +void main() { printf("Hello, World!"); - return 0; }