Skip to content

Instantly share code, notes, and snippets.

@ByteProject
Created October 13, 2011 20:32
Show Gist options
  • Save ByteProject/1285435 to your computer and use it in GitHub Desktop.
Save ByteProject/1285435 to your computer and use it in GitHub Desktop.
a programming language mourns about the loss of it's father
/* Dennis Ritchie (1941-2011) */
#include <stdio.h>
int main()
{
printf("goodbye, dad\n");
return 0;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment