"Hello World" in less than 20 bytes

Posted by xelurg on Stack Overflow See other posts from Stack Overflow or by xelurg
Published on 2008-11-12T18:10:14Z Indexed on 2010/03/29 14:33 UTC
Read the original article Hit count: 374

Filed under:
|
|
|

We have had an interesting competition once, where everyone would write their implementation of hello world program. One requirement was that is should be less than 20 bytes in compiled form. the winner would be the one whose version is the smallest...

What would be your solution? :)

Platform: 32bit, x86

OS: DOS, Win, GNU/Linux, *BSD

Language: Asm, C, or anything else that compiles into binary executable (i.e. no bash scripts and stuff ;)

© Stack Overflow or respective owner

Related posts about assembly

Related posts about hello-world