From e5ed3b20351a2715fe88d9a5dbcc8e6757fe96aa Mon Sep 17 00:00:00 2001 From: lemon Date: Wed, 24 Aug 2022 06:46:23 +0200 Subject: llvm defer and more --- examples/hello-world.cff | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'examples/hello-world.cff') diff --git a/examples/hello-world.cff b/examples/hello-world.cff index 998b5c2..8b81c17 100644 --- a/examples/hello-world.cff +++ b/examples/hello-world.cff @@ -1,7 +1,6 @@ import "libc.hff"; extern fn main(argc int, argv **u8) int { - argc += 1; - printf("hello %d %s\n", argc, *((argv + 2) - 1)); + printf("hello world\n"); } -- cgit v1.2.3