Skip to content

Commit

Permalink
minor refactoring
Browse files Browse the repository at this point in the history
  • Loading branch information
vMaroon committed Jun 25, 2024
1 parent f3abf37 commit 9a5568a
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Spr24/HW/Homework3/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@
Note that question 3 does not have an input/output file. Instead, it has a testing code file that runs some tests.
You can run the test by running the following command in the terminal:

```smlnj test_parse.sml```
```
smlnj test_parse.sml
```

You may notice that the first line in the test file is `use "hw3_q3.sml"`, which means that your solution file must be accessible in the working directory. If you have your solution in a different directory, you can change the path in the test file.

0 comments on commit 9a5568a

Please sign in to comment.