Skip to content

Instantly share code, notes, and snippets.

@ultimape
Last active March 15, 2017 16:33
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ultimape/77d01f3766ab68f2551ca8e29523be08 to your computer and use it in GitHub Desktop.
Save ultimape/77d01f3766ab68f2551ca8e29523be08 to your computer and use it in GitHub Desktop.
"What will your verse be?" ― N.H. Kleinbaum, Dead Poets Societyhttps://www.youtube.com/watch?v=G2e_M06YDyY&ab_channel=melodysheep
/**
* We don't read and write programs because it's fun.
*
* We read and write programs
* because we are members of the human race,
* and the human race is filled with ideas.
*
* Code and ideas can change the world.
*
* And you may contribute a verse.
**/
void* life()
{
/* seize here */
for(;;) {
life();
}
return null;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment