6 lines
63 B
Python
6 lines
63 B
Python
|
#!/usr/bin/python
|
||
|
|
||
|
import sys
|
||
|
|
||
|
print("=> " + sys.stdin.read())
|