mirror of
https://github.com/projectdiscovery/nuclei.git
synced 2025-12-18 21:05:28 +00:00
2 lines
50 B
Python
2 lines
50 B
Python
|
|
import sys
|
||
|
|
print("hello from " + sys.stdin.read())
|