diff -r bd9d142d2cd8 -r 5c57c407e27b marking5/bf.scala --- 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)) */ -//} +}