solutions5/bfc.scala
changeset 340 9eeab89d0671
parent 337 c0d9e6548b08
--- a/solutions5/bfc.scala	Tue Aug 25 01:42:55 2020 +0100
+++ b/solutions5/bfc.scala	Wed Aug 26 02:07:46 2020 +0100
@@ -308,9 +308,10 @@
 
 }
 
-
+/*
 import CW10b._
 println(time_needed(1, run(load_bff("collatz.bf"))))
 println(time_needed(1, run2(load_bff("collatz.bf"))))
 println(time_needed(1, run3(load_bff("collatz.bf"))))
 println(time_needed(1, run4(load_bff("collatz.bf"))))
+*/