index
:
brokentoys
master
A Toy Story
rgl
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
hello.c
blob: 852750ec5ded549c4aeb5dabef4cc798152be4ab (
plain
)
1
2
3
4
5
6
7
8
9
#include <u.h> #include <libc.h> void main() { print("Hello world\n"); exits(0); }