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: 9fe2910eedcb055b087206d7d9678af8b010ba67 (
plain
)
1
2
3
4
5
6
7
#include <stdio.h> i32 main() { printf("Hello world!\n"); return 0; }