marking5/bf.scala
changeset 286 5c57c407e27b
parent 253 ec7a12806c3f
--- 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))
 */
 
-//}
+}