Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP
Posting-Version: version B 2.10 5/3/83; site nsc.UUCP
Path: utzoo!watmath!clyde!floyd!harpo!seismo!hao!hplabs!menlo70!nsc!chuqui
From: chuqui@nsc.UUCP (Chuq Von Rospach)
Newsgroups: net.games.go
Subject: Re: making the first board
Message-ID: <641@nsc.UUCP>
Date: Wed, 15-Feb-84 12:21:08 EST
Article-I.D.: nsc.641
Posted: Wed Feb 15 12:21:08 1984
Date-Received: Fri, 17-Feb-84 02:29:19 EST
References: <703@dartvax.UUCP>
Organization: National Semiconductor, Sunnyvale
Lines: 27

Here is a quickie program I wrote to create boards. The format is:

mkboard | decode > 

and compile it wiht cc mkboard.c -o mkboard [-s -O to taste]

chuq

--- cut at the dotted line ---


#include 

main()
{
int i,j;

for (i = 0 ; i < 19 ; i++)
    for (j = 0; j < 19; j++)
	putchar('0');
    putchar('\n');
}
-- 
From the house at Pooh Corner:		Chuq 'Nuke Wobegon' Von Rospach
{fortune,menlo70}!nsc!chuqui		Have you hugged your Pooh today?

Cottleston, Cottleston, Cottleston Pie