'hm'
This commit is contained in:
parent
5e2b0ebca6
commit
ce9f889eae
@ -43,6 +43,8 @@ auto = automata()
|
|||||||
|
|
||||||
for line in sys.stdin:
|
for line in sys.stdin:
|
||||||
auto.add_node(line)
|
auto.add_node(line)
|
||||||
|
|
||||||
|
print(sys.argv)
|
||||||
|
|
||||||
f = open(sys.argv[1].replace('.arg', '.exp'), 'r')
|
f = open(sys.argv[1].replace('.arg', '.exp'), 'r')
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user