diff --git a/helloworld.c b/helloworld.c index 6211074..1525c1e 100644 --- a/helloworld.c +++ b/helloworld.c @@ -3,5 +3,5 @@ int main(int argc, char **argv) { printf("Hello World!"); - return 0; + return 0 }