| changeset 286 | 269d7ca62c5e |
| parent 253 | 4da8550b2d0b |
--- a/marking5/bf.scala Wed Oct 30 11:51:02 2019 +0000 +++ b/marking5/bf.scala Wed Oct 30 12:37:18 2019 +0000 @@ -1,7 +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] @@ -222,4 +222,4 @@ time_needed(1, run(b1)) */ -//} +}