home *** CD-ROM | disk | FTP | other *** search
/ rtsi.com / 2014.01.www.rtsi.com.tar / www.rtsi.com / OS9 / OSK / CMDS / smallutils.t.Z / smallutils.t / wysecrack.c < prev    next >
C/C++ Source or Header  |  1990-11-19  |  954b  |  41 lines

  1. #include <stdio.h>
  2.  main()
  3. {
  4. sleep(60);
  5. printf("\x1b");
  6. printf("FAnybody out there?\r");
  7. sleep(60);
  8. printf("\x1b");
  9. printf ("FOuch! Stop typing so hard!\r");
  10. sleep(60);
  11. printf("\x1b");
  12. printf("FHey, what's the matter with you?\r");
  13. sleep(60);
  14. printf("\x1b");
  15. printf("FAhh, your mother was a Sinclair.\r");
  16. sleep(60);
  17. printf("\x1b");
  18. printf("FEver get ticked off during multitasking?\r");
  19. sleep(60);
  20. printf("\x1b");
  21. printf("FAnything IBM can do, I can do faster!\r");
  22. sleep(60);
  23. printf("\x1b");
  24. printf("FWhen I grow up, I'm gonna be a 68040.\r");
  25. sleep(60);
  26. printf("\x1b");
  27. printf("FGee, can't you do anything more interesting?\r");
  28. sleep(60);
  29. printf("\x1b");
  30. printf("FYou're not doing WORK on me, are you?\r");
  31. sleep (60);
  32. printf("\x1b");
  33. printf("FSay, could you get me something to drink?\r");
  34. sleep(60);
  35. printf("\x1b");
  36. printf("FAAAUUGGHH!!! I thought I saw an Intel chip!\r");
  37. sleep(60);
  38. printf("\x1b");
  39. printf("FPark Disk Before Shut-Down !!!\r");
  40. }
  41.