This commit is contained in:
deadsmond 2019-11-25 19:44:00 +01:00
parent fd3ed6c4ed
commit 075301248c

View File

@ -73,5 +73,5 @@ print(auto)
f = open(sys.argv[1], 'r')
# for line in f:
# print(auto.test_string(line))
for line in f:
print(auto.test_string(line))