Dennis Ritchie - Write in C (3:38)
Leonardo Yamasaki//Cenesis, chapter 1
#include<stdio.h>
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. Riche then separated the code from the bug.");
puts("Riche called the code \“day,\” and the bug he called \“night.\”");
return 0;
}