Skip to content

Instantly share code, notes, and snippets.

@mindaslab
Created October 23, 2011 15:50
Show Gist options
  • Save mindaslab/1307495 to your computer and use it in GitHub Desktop.
Save mindaslab/1307495 to your computer and use it in GitHub Desktop.
#include<stdio.h>
int main(){
printf("Hello World!\n");
return 0;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment