Skip to content

Instantly share code, notes, and snippets.

@suneo3476
Created January 1, 2013 02:10
Show Gist options
  • Save suneo3476/4424771 to your computer and use it in GitHub Desktop.
Save suneo3476/4424771 to your computer and use it in GitHub Desktop.
#include<stdio.h>
void main(int argc[], char *argv[]){
printf("Hello World!\n");
return;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment