Update hello_world

This commit is contained in:
Christoffer Lerno
2021-12-29 14:38:47 +01:00
parent 06d3bc8915
commit f509c85514

View File

@@ -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();