added m-s diagnostics test for presence of monkeysphere system user.
[monkeysphere.git] / src / monkeyshell / monkeyshell.c
1 #include <stdio.h>
2
3 int main()
4
5   printf("monkeys!\n");
6   return 123;
7 }