From 1c42d683c992b874f44b0b13bf98c8ed9621f60b Mon Sep 17 00:00:00 2001 From: Johannes Findeisen Date: Sun, 7 Jan 2018 22:11:22 +0100 Subject: [PATCH] fixed error --- helloworld.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; }