From f509c85514ef5925f249410cb57d237e95a81aac Mon Sep 17 00:00:00 2001 From: Christoffer Lerno Date: Wed, 29 Dec 2021 14:38:47 +0100 Subject: [PATCH] Update hello_world --- resources/testproject/hello_world.c3 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/testproject/hello_world.c3 b/resources/testproject/hello_world.c3 index 8877a4a25..9e3b61836 100644 --- a/resources/testproject/hello_world.c3 +++ b/resources/testproject/hello_world.c3 @@ -4,7 +4,7 @@ import bar; extern fn int test_doubler(int); extern fn void printf(char *, ...); -fn int main(int x) +fn int main() { printf("Hello World!\n"); bar::test();