Skip to content

Instantly share code, notes, and snippets.

@dejaime
Created September 26, 2013 03:20
Show Gist options
  • Save dejaime/6709465 to your computer and use it in GitHub Desktop.
Save dejaime/6709465 to your computer and use it in GitHub Desktop.
#include <cstdio>
int main(){
printf("Hello World!");
return 0;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment