added comment

This commit is contained in:
Jonathan Turner 2023-11-15 15:44:05 -05:00
parent 26d204ab6d
commit 33be23abc2

View File

@ -22,7 +22,6 @@ public class Driver {
System.out.println(code);
code = FileReader.readFile(python);
System.out.println(code);
// test
}