Skip to content

Instantly share code, notes, and snippets.

@igorgue
Created July 28, 2009 21:01
Show Gist options
  • Save igorgue/157666 to your computer and use it in GitHub Desktop.
Save igorgue/157666 to your computer and use it in GitHub Desktop.
#include <iostream>
using namespace std;
int main()
{
cout<<"Python rulz!"<<endl;
return 0;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment