Path: utzoo!utgpu!jarvis.csri.toronto.edu!mailrus!tut.cis.ohio-state.edu!rutgers!cmcl2!adm!smoke!gwyn From: gwyn@smoke.BRL.MIL (Doug Gwyn ) Newsgroups: comp.lang.c Subject: Re: programming challenge (silly) Message-ID: <9789@smoke.BRL.MIL> Date: 5 Mar 89 01:28:15 GMT References: <2102@jasper.UUCP> Reply-To: gwyn@brl.arpa (Doug Gwyn (VLD/VMB) ) Distribution: na Organization: Ballistic Research Lab (BRL), APG, MD. Lines: 7 In article <2102@jasper.UUCP> c415-23@alberta.UUCP (Morris Barbara L) writes: >The best we were able to do was 98 characters (result of wc). The best I could do with approximately-portable C was 105 characters. (Fully-portable C requires the addition of "#include".) There are several ways to "cheat", e.g. cc -Dp=printf, system(), etc. What are the ground rules?