summaryrefslogtreecommitdiff
path: root/examples/hello_world.ll
blob: 88c410d1d9af17150dbb56fc4f54448914308b53 (plain)
1
2
3
4
5
i32 main() {
	printf("Hello world!\n");

	return 0;
}