index
:
forks/binaryen.git
main
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
test
/
lld
/
hello_world.c
blob: babd8d43c1675a3f99d122f73373b0dc9e2d8da7 (
plain
)
1
2
3
4
5
6
int puts(const char* str); int main() { puts("Hello, world"); return 0; }