Bug fixes
This commit is contained in:
@@ -45,5 +45,6 @@ int main(int argc, char** argv) {
|
||||
}
|
||||
char* file = getFileContents(argv[1]);
|
||||
GroundProgram program = parseFile(file);
|
||||
free(file);
|
||||
interpretGroundProgram(&program);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user