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