Byte of the Month Issue 3: The Best Codes We've Ever Seen
// The most efficient way to write a love letter in C++
#include <stdio.h>
int love = 42;
printf("Dear %s, I love you more than code.\n", "you");
printf("P.S. I will now go eat pizza.\n");
And the winner of the Best Code Ever award goes to... BME-42 for its sheer, unadulterated, unadulteratedly brilliant use of the number 42!