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