Skip to content

Instantly share code, notes, and snippets.

@walbon
Created April 5, 2012 13:14
Show Gist options
  • Save walbon/2310962 to your computer and use it in GitHub Desktop.
Save walbon/2310962 to your computer and use it in GitHub Desktop.
Simple body for C programming.
#include <stdio.h>
#include <stdlib.h>
int main(int argc, char *argv[]){
printf("Running...\n");
return 0;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment