Skip to content

Instantly share code, notes, and snippets.

@jespern
Created May 31, 2009 13:45
Show Gist options
  • Save jespern/120895 to your computer and use it in GitHub Desktop.
Save jespern/120895 to your computer and use it in GitHub Desktop.
#include <stdio.h>
int main(int argc, char** argv) {
printf("test!\n");
return 0;
}
/* header file */
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment