index
:
imb3
trunk
A programming language that combines the best parts of Common Lisp and Forth.
Nathan Ringo
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
main.c
blob: 2f6fcf233fddcd1ebccdd302e95a042986920181 (
plain
)
1
2
3
4
5
6
#include
"gc.h"
#include
"util.h"
int
main
(
int
argc
,
char
**
argv
)
{
return
0
;
}