From mboxrd@z Thu Jan 1 00:00:00 1970 MIME-Version: 1.0 In-Reply-To: <775b8d190910301843sb838bdet7732dabdf4e35741@mail.gmail.com> References: <775b8d190910301843sb838bdet7732dabdf4e35741@mail.gmail.com> Date: Sat, 31 Oct 2009 14:51:40 +1100 Message-ID: <7f56b5560910302051w71f2d69ft4fde5f52483e8a76@mail.gmail.com> From: Graham Gallagher To: Fans of the OS Plan 9 from Bell Labs <9fans@9fans.net> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Subject: Re: [9fans] curiosity ... Topicbox-Message-UUID: 94f48cac-ead5-11e9-9d60-3106f5b1d025 i didn't think squid boy had a chance On Sat, Oct 31, 2009 at 12:43 PM, Bruce Ellis wrote= : > try this ... > > #include > #include > > void > main(void) > { > =A0 =A0 =A0 =A0memmove(nil, nil, 100); > =A0 =A0 =A0 =A0print("hello squid boy\n"); > } > > who would have thunk it? > > brucee > >