From bc27efb38b9dc4da70117c1ccc435f764926c83b Mon Sep 17 00:00:00 2001 From: garvitsharma05 <43842153+garvitsharma05@users.noreply.github.com> Date: Mon, 8 Oct 2018 20:15:04 +0530 Subject: [PATCH] helloworld2.c --- lazycipher/helloWorld.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/lazycipher/helloWorld.c b/lazycipher/helloWorld.c index 3c84cd5..0c1029e 100644 --- a/lazycipher/helloWorld.c +++ b/lazycipher/helloWorld.c @@ -1,5 +1,5 @@ #include -int main(){ +void main() +{ printf("Hello World!"); - return 0; -} \ No newline at end of file +}