summaryrefslogtreecommitdiff
path: root/examples/hello_world.ll
blob: 9fe2910eedcb055b087206d7d9678af8b010ba67 (plain)
1
2
3
4
5
6
7
#include <stdio.h>

i32 main() {
	printf("Hello world!\n");

	return 0;
}