Newer
Older
pyTest / test.py
@Pascal Gollor Pascal Gollor on 13 Oct 2015 90 bytes Update test.py
print("first line on test.py")

def runTest(v):
    print("var: " + str(v))
# end runTest