README 689 B

1234567891011121314151617181920212223242526
  1. # $Source$
  2. # $State$
  3. # $Revision$
  4. A few notes on the examples
  5. ---------------------------
  6. This directory contains a handful of working example programs that can be
  7. built with the ACK. They're intended as a convention source of test code
  8. and as a starting point when writing your own programs.
  9. They consist of:
  10. hilo.c ANSI C version of the Hi/Lo game
  11. hilo.b Basic version of the Hi/Lo game
  12. hilo.mod Modula-2 version of the Hi/Lo game
  13. hilo.ocm Occam 1 version of the Hi/Lo game
  14. hilo.p Pascal version of the Hi/Lo game
  15. paranoia.c An ancient public domain K&R C adventure game
  16. Enjoy.
  17. David Given
  18. dg@cowlark.com
  19. 2007-02-25