From 019f62c46b855bbbe397265138fc5432bc44c4b6 Mon Sep 17 00:00:00 2001 From: Johannes Findeisen Date: Sun, 13 Jan 2019 20:07:22 +0100 Subject: [PATCH] error test --- helloworld.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 }