index
:
rubymake.git
main
Ruby Make like thing
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
test
/
testprog.c
blob: cfeb3d6c1915620bf1b3418d89a025f8246905ba (
plain
)
1
2
3
4
5
6
#include
<stdio.h>
#include
"testprog.h"
void
main
()
{
printf
(
STRING
"
\n
"
);
}