From 46e1f128fd310bd29a2b4335b36c60d6cc0aa3a7 Mon Sep 17 00:00:00 2001 From: lemon Date: Sat, 20 Aug 2022 11:06:38 +0200 Subject: initial work on IR --- examples/hello-world.cff | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'examples') diff --git a/examples/hello-world.cff b/examples/hello-world.cff index 3eb198c..42258ab 100644 --- a/examples/hello-world.cff +++ b/examples/hello-world.cff @@ -1,6 +1,6 @@ import "libc.hff"; extern fn main(argc int, argv *const *const u8) int { - printf("hello world\n"); + printf("hello %d", 42); } -- cgit v1.2.3