summaryrefslogtreecommitdiff
path: root/examples/hello_world.ll
diff options
context:
space:
mode:
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");