Skip to content
Snippets Groups Projects
Commit 01f8216d authored by Rodrigo Raya's avatar Rodrigo Raya
Browse files

Update labs_01.md

parent 69062692
No related branches found
No related tags found
No related merge requests found
......@@ -87,9 +87,11 @@ You will have to complete the interpreter by implementing the missing methods (m
When you are done, use sbt to try some of your programs from Part 1:
```
$ sbt
> run library/Std.scala examples/Hello.scala
Hello world!
```
There is also testing infrastructure under `/test`. To add your own tests, you have to add your testcases under `/test/resources/interpreter/passing`
and the expected output under
......
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