summaryrefslogtreecommitdiff
path: root/examples/hello_world.ll
diff options
context:
space:
mode:
authorLorenzo Torres <lorenzotorres@outlook.it>2026-06-10 00:16:07 +0200
committerLorenzo Torres <lorenzotorres@outlook.it>2026-06-10 00:16:07 +0200
commit6c9d0f7fad1d96796efef43a6db7eef6df8de054 (patch)
tree5ef7befd9b853f857caed70570cbd007ca970410 /examples/hello_world.ll
parent13d591df4ae3dc07f3be8477f7bcbed296d7bc40 (diff)
finished lexer, preliminary work on parser
Diffstat (limited to 'examples/hello_world.ll')
-rw-r--r--examples/hello_world.ll2
1 files changed, 0 insertions, 2 deletions
diff --git a/examples/hello_world.ll b/examples/hello_world.ll
index 9fe2910..88c410d 100644
--- a/examples/hello_world.ll
+++ b/examples/hello_world.ll
@@ -1,5 +1,3 @@
-#include <stdio.h>
-
i32 main() {
printf("Hello world!\n");