plain.c 78 B

123456
  1. int bob_mcbob();
  2. int main(int argc, char **argv) {
  3. return bob_mcbob();
  4. }