index
:
antcc
trunk
A little C compiler
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
test
/
hello.c
blob: e27be8d163889b95c5d897fd4a5946face11847a (
plain
) (
blame
)
1
2
3
4
#include <stdio.h> int main(int argc, char **argv) { printf("hello world\n"); }