Skip to content
Snippets Groups Projects
Commit 568f76ad authored by pycsham's avatar pycsham
Browse files

created director for test files

parent 569e0ab1
No related branches found
No related tags found
1 merge request!2Chloe
......@@ -6,6 +6,7 @@ from Scanning import scan
tlines = []
inputfile = sys.argv[1]
inputfile = "./Tests/" + inputfile
f = open(inputfile, "r")
lines = f.readlines()
......
File moved
File moved
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment