From mboxrd@z Thu Jan 1 00:00:00 1970 Message-ID: From: erik quanstrom Date: Tue, 18 Aug 2009 13:54:12 -0400 To: 9fans@9fans.net In-Reply-To: <13426df10908181026m1d977938k8c678b69878fb001@mail.gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit Subject: Re: [9fans] The first annual "Hello, World" challenge Topicbox-Message-UUID: 4dcb974e-ead5-11e9-9d60-3106f5b1d025 > Your goal: hello, world in one line. Language of your choice. Linking > in a 512 MB library is a violation of the spirit of this contest. > > Additional rules: > - line length is not defined but let's be reasonable > - if you can fit it in a standard Hollerith card format (72 chars plus > 8 chars of comment) that's a plus would troff be cheating? it's a language. hello, world if it is, how about in rc echo hello, world sed s/^/hello, world/g dc [hello, world]p awk BEGIN{print "hello, world"; exit} acid print("hello, world"); that's 1/512th of your size limit, if you count all scripts and all executables. - erik