Skip to content

Instantly share code, notes, and snippets.

@leongersing
Created August 8, 2014 21:51
Show Gist options
  • Save leongersing/002ca9f9162326e3f0cb to your computer and use it in GitHub Desktop.
Save leongersing/002ca9f9162326e3f0cb to your computer and use it in GitHub Desktop.
x = 1
if x == 1:
print "x is 1."
#include <iostream>
int main()
{
std::cout << "hello world!\n";
return 0;
}
def foo
"foo"
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment