index
:
monkeysphere
autoquote
dualquote
master
rootsquash
shell
Unnamed repository; edit this file 'description' to name the repository.
Jonas Smedegaard
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
monkeyshell
/
monkeyshell.c
blob: 99da4fa86f266c3b21c7e9e8ff1be9847ab755d4 (
plain
)
#include <stdio.h>
int
main
()
{
printf
(
"monkeys!
\n
"
);
return
123
;
}