From 3f115142b980afe312ce1b8ce2721c51a1d22039 Mon Sep 17 00:00:00 2001 From: Iury Rodrigues <55889363+iuryrodr@users.noreply.github.com> Date: Fri, 11 Oct 2019 11:07:14 -0300 Subject: [PATCH] Update helloworld.c --- C/helloworld.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/C/helloworld.c b/C/helloworld.c index cbb0ba4..e626205 100644 --- a/C/helloworld.c +++ b/C/helloworld.c @@ -1,7 +1,7 @@ #include -int main(void) -{ + +int main(void){ printf("Hello, World!"); return 0; -} \ No newline at end of file +}