index
:
catskill
this commit
main
a c preprocessor with delusions of grandeur.
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
boot
/
catboot.c
blob: a021a2b43ccd7ff8c1d1d08df473cc9fbc41ab9a (
plain
)
1
2
3
4
5
#include
<stdio.h>
int
main
()
{
printf
(
"hi meow!!"
);
}