Files
python-node-pdf-reader/test.py

4 lines
90 B
Python

import sys
print("Can we get the thing to work?")
print("First argument: " + sys.argv[1])