RAHHH
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
"""
|
||||
Write to stdout the command line args it received, one per line.
|
||||
"""
|
||||
|
||||
|
||||
import sys
|
||||
|
||||
for x in sys.argv[1:]:
|
||||
print(x)
|
||||
Reference in New Issue
Block a user