Skip to content

Instantly share code, notes, and snippets.

@alxarch
Created March 22, 2017 08:58
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 alxarch/46e113ebd9393529b04fb3045f722c72 to your computer and use it in GitHub Desktop.
Save alxarch/46e113ebd9393529b04fb3045f722c72 to your computer and use it in GitHub Desktop.
#/usr/bin/env python
import sys
[sys.stdout.write(line.decode('unicode_escape')) for line in sys.stdin]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment