Skip to content

Instantly share code, notes, and snippets.

@jasongrout
Created October 31, 2010 03:13
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jasongrout/656069 to your computer and use it in GitHub Desktop.
Save jasongrout/656069 to your computer and use it in GitHub Desktop.
Test gist
# This is a test gist, just to see how this works.
a=3
for i in range(10):
x=3
print(x)
@jasongrout
Copy link
Author

I think it worked. I thought there would be syntax highlighting, though!

@jasongrout
Copy link
Author

Ah, now there is highlighting since I named it test.py!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment