"Hello World" in less than 20 bytes
- by xelurg
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 ;)