RIP Ritchie (1941-2011): "The C Programming Language" by Kernighan and Ritchie

//Cenesis, chapter 1
#include
int main()
{
puts("In the beginning, when Ritchie created the Unix and the C");
puts("and the UNIX was without form or shape, with darkness over the abyss and a mighty wind sweeping over the waters");
puts("Then Riche said: hello, world, and there was code");
puts("Riche saw that the code was good. Ritchie then separated the code from the bug.");
puts("Riche called the code “day,” and the bug he called “night.”");
return 0;
If you're into stuff like this, you can read the full review.