Skip to content

Instantly share code, notes, and snippets.

@rxbynerd
Created March 22, 2012 19:56
Show Gist options
  • Save rxbynerd/2162934 to your computer and use it in GitHub Desktop.
Save rxbynerd/2162934 to your computer and use it in GitHub Desktop.
#include <stdio.h>
#include <stdlib.h>
int main(int argc, char *argv[]) {
printf("Hello, pdoak!\n");
return 0;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment