dtrg 58ca908043 Added example programs. %!s(int64=17) %!d(string=hai) anos
..
.distr 58ca908043 Added example programs. %!s(int64=17) %!d(string=hai) anos
README 58ca908043 Added example programs. %!s(int64=17) %!d(string=hai) anos
hilo.b 58ca908043 Added example programs. %!s(int64=17) %!d(string=hai) anos
hilo.c 58ca908043 Added example programs. %!s(int64=17) %!d(string=hai) anos
hilo.mod 58ca908043 Added example programs. %!s(int64=17) %!d(string=hai) anos
hilo.ocm 58ca908043 Added example programs. %!s(int64=17) %!d(string=hai) anos
hilo.p 58ca908043 Added example programs. %!s(int64=17) %!d(string=hai) anos
paranoia.c 58ca908043 Added example programs. %!s(int64=17) %!d(string=hai) anos

README

# $Source$
# $State$
# $Revision$

A few notes on the examples
---------------------------

This directory contains a handful of working example programs that can be
built with the ACK. They're intended as a convention source of test code
and as a starting point when writing your own programs.

They consist of:

hilo.c ANSI C version of the Hi/Lo game
hilo.b Basic version of the Hi/Lo game
hilo.mod Modula-2 version of the Hi/Lo game
hilo.ocm Occam 1 version of the Hi/Lo game
hilo.p Pascal version of the Hi/Lo game

paranoia.c An ancient public domain K&R C adventure game

Enjoy.

David Given
dg@cowlark.com
2007-02-25