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