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