Path: utzoo!utgpu!news-server.csri.toronto.edu!cs.utexas.edu!uwm.edu!bionet!agate!ucbvax!dog.ee.lbl.gov!ucsd!orion.oac.uci.edu!cedman From: cedman@golem.ps.uci.edu (Carl Edman) Newsgroups: comp.sys.amiga.programmer Subject: Re: 20 byte "Hello World" program. Message-ID: Date: 1 Mar 91 15:36:04 GMT References: <45932@nigel.ee.udel.edu> <1991Mar1.061020.9083@grebyn.com> Organization: University of California, Irvine, USA. Lines: 25 Nntp-Posting-Host: lynx.ps.uci.edu In-reply-to: ckp@grebyn.com's message of 1 Mar 91 06:10:20 GMT In article <1991Mar1.061020.9083@grebyn.com> ckp@grebyn.com (Checkpoint Technologies) writes: dillon@overload.Berkeley.CA.US (Matthew Dillon) writes: > How about somebody post a 20MB "Hello World" program instead !8-) #include static char hello[20971520] = "Hello World"; int main(int argc, char **argv) { printf(hello); exit(0); } (Sorry, I don't have a machine I can test this on...) Sorry, I don't have a C-Compiler. Could you please post the UU-encoded binary to this group ? I have to get this programm. Carl Edman "We hold that what one man cannot morally do, a million men cannot morally do, and government, representing many millions of men, cannot do." -- Auberon Herbert Send mail to Carl Edman