index
:
xcc
master
eXtended C compiler
syscore team
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
examples
/
hello_world.ll
blob: 88c410d1d9af17150dbb56fc4f54448914308b53 (
plain
)
1
2
3
4
5
i32 main() { printf("Hello world!\n"); return 0; }