Skip to content

Instantly share code, notes, and snippets.

@coder46
Created March 8, 2014 00:07
Show Gist options
  • Save coder46/9422883 to your computer and use it in GitHub Desktop.
Save coder46/9422883 to your computer and use it in GitHub Desktop.
hello.py
import sys
print "HELLO WORLD !!!"
for line in sys.stdin:
print line
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment