From 13d591df4ae3dc07f3be8477f7bcbed296d7bc40 Mon Sep 17 00:00:00 2001 From: Lorenzo Torres Date: Tue, 9 Jun 2026 08:45:29 +0200 Subject: feat: first commit --- examples/hello_world.ll | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 examples/hello_world.ll (limited to 'examples') diff --git a/examples/hello_world.ll b/examples/hello_world.ll new file mode 100644 index 0000000..9fe2910 --- /dev/null +++ b/examples/hello_world.ll @@ -0,0 +1,7 @@ +#include + +i32 main() { + printf("Hello world!\n"); + + return 0; +} -- cgit v1.2.3