Path: utzoo!attcan!uunet!zaphod.mps.ohio-state.edu!usc!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: 2 Mar 91 17:40:16 GMT References: <45932@nigel.ee.udel.edu> Organization: University of California, Irvine, USA. Lines: 28 Nntp-Posting-Host: lynx.ps.uci.edu In-reply-to: peter@cutmcvax.cs.curtin.edu.au's message of 2 Mar 91 19:26:36 GMT In article peter@cutmcvax.cs.curtin.edu.au (Peter Wemm) writes: dillon@overload.Berkeley.CA.US (Matthew Dillon) writes: > How about somebody post a 20MB "Hello World" program instead !8-) > -Matt I'll bite... how about #include void main() { cout << "Hello World" << '\n'; } In GNU C++ this probably comes out about that big!!! :-) :-) Only if you leave the debugging information in your g++ library. Otherwise it is only about 100 kByte. :-) 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