Skip to content

Instantly share code, notes, and snippets.

@ggrandes
Created November 10, 2013 16:05
Show Gist options
  • Save ggrandes/7400009 to your computer and use it in GitHub Desktop.
Save ggrandes/7400009 to your computer and use it in GitHub Desktop.
typical main.c
#include <stdio.h>
#include <stdlib.h>
int main(int argc, const char *argv[]) {
printf("hello world\n");
exit(EXIT_SUCCESS);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment