diff -r 08b5ddbc7e55 -r 2186e204a26c solutions5/bf.scala --- a/solutions5/bf.scala Wed Oct 30 14:21:16 2019 +0000 +++ b/solutions5/bf.scala Wed Oct 30 14:25:07 2019 +0000 @@ -1,8 +1,7 @@ // Part 1 about an Interpreter for the Brainf*** language //======================================================== -object CW10a { // only for generating the Jar file - +object CW10a { type Mem = Map[Int, Int]