Skip to content

Instantly share code, notes, and snippets.

@luccasiau
Created March 24, 2015 00:24
Show Gist options
  • Save luccasiau/e77c56b27bbf7b001a0c to your computer and use it in GitHub Desktop.
Save luccasiau/e77c56b27bbf7b001a0c to your computer and use it in GitHub Desktop.
#include <cstdio>
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