99da4fa86f266c3b21c7e9e8ff1be9847ab755d4
[monkeysphere.git] / src / monkeyshell / monkeyshell.c
1 #include <stdio.h>
2
3 int main()
4
5   printf("monkeys!\n");
6   return 123;
7 }