index
:
hcc-demo.git
this commit
trunk
short demo of the hcc HolyC compiler
Linux User
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
main.c
blob: 67159ba959e0a0cd6157bf04d5dad66af59383c2 (
plain
)
1
2
3
4
5
6
7
8
#include <stdio.h> int main(void) { puts("Hello, world!"); return 0; }