index
:
cproc.git
defer
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tests
/
hello.c
blob: bad06bcd653089a9f6149c9d947faf085fdb4d1c (
plain
)
1
2
3
4
5
int puts(const char *); int main(void) { puts("hello"); return 0; }