The smallest program ever
Brian Raiter wrote an article many years ago in which he documented his quest to make the smallest possible Linux ELF executable, a stripped-down program that returns the answer to life, the universe, and everything. While the standard gcc-compiled version of the application nets out at 3998 bytes, Brian discovered that the smallest possible size […]