marking5/bfc.scala
changeset 286 5c57c407e27b
parent 253 ec7a12806c3f
--- a/marking5/bfc.scala	Wed Oct 30 11:51:02 2019 +0000
+++ b/marking5/bfc.scala	Wed Oct 30 12:37:18 2019 +0000
@@ -1,7 +1,7 @@
 // Part 2 about a "Compiler" for the Brainf*** language
 //======================================================
 
-//object CW10b {
+object CW10b {
 
 // !!! Copy any function you need from file bf.scala !!!
 //
@@ -309,4 +309,4 @@
 //time_needed(1, run4(load_bff("mandelbrot.bf")))
 
 
-//}
+}