box_94-96.c 130 B

12345678910
  1. /* START */
  2. printf("\n");
  3. }
  4. else {
  5. printf("box: %s: Not found or not implemented.\n", argv[0]);
  6. }
  7. return 0;
  8. }
  9. /* END */