Skip to content

Instantly share code, notes, and snippets.

@leedm777
Created October 13, 2011 04:39
Show Gist options
  • Save leedm777/1283397 to your computer and use it in GitHub Desktop.
Save leedm777/1283397 to your computer and use it in GitHub Desktop.
Goodbye, dmr.
#include <stdio.h>
int main() {
printf("Goodbye, dmr.\n");
return 0;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment