notes about new account: monkey@george
[monkeysphere.git] / src / monkeyshell / monkeyshell.c
1 #include <stdio.h>
2
3 int main()
4
5   printf("monkeys!\n");
6   return 123;
7 }