dtrg 681e2e0432 Added example programs. преди 17 години
..
.distr 681e2e0432 Added example programs. преди 17 години
README 681e2e0432 Added example programs. преди 17 години
hilo.b 681e2e0432 Added example programs. преди 17 години
hilo.c 681e2e0432 Added example programs. преди 17 години
hilo.mod 681e2e0432 Added example programs. преди 17 години
hilo.ocm 681e2e0432 Added example programs. преди 17 години
hilo.p 681e2e0432 Added example programs. преди 17 години
paranoia.c 681e2e0432 Added example programs. преди 17 години

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