mirror of
https://github.com/projectdiscovery/nuclei.git
synced 2026-02-02 00:33:10 +08:00
2 lines
50 B
Python
2 lines
50 B
Python
|
|
import sys
|
||
|
|
print("hello from " + sys.stdin.read())
|