Skip to content

Instantly share code, notes, and snippets.

@johnrichardrinehart
Last active April 3, 2016 19:56
Show Gist options
  • Save johnrichardrinehart/e036fdb47e0c33a1ab8106cb01461322 to your computer and use it in GitHub Desktop.
Save johnrichardrinehart/e036fdb47e0c33a1ab8106cb01461322 to your computer and use it in GitHub Desktop.
```diff,python
def foo():
- a = 0
+ a = 1
return
```
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment