Skip to content

Instantly share code, notes, and snippets.

@boris317
Created March 7, 2016 19:54
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save boris317/e7c61ef699dc7432ddfd to your computer and use it in GitHub Desktop.
Save boris317/e7c61ef699dc7432ddfd to your computer and use it in GitHub Desktop.
#!/usr/bin/env python
import sys
print "\\n".join([l.strip() for l in sys.stdin.readlines()])
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment