progs/bfc1.scala
changeset 637 27f71d2755f0
parent 636 96a91e4a8ac8
child 648 36379b038438
--- a/progs/bfc1.scala	Thu Sep 26 14:12:11 2019 +0100
+++ b/progs/bfc1.scala	Thu Sep 26 14:19:23 2019 +0100
@@ -73,7 +73,7 @@
   (end - start) / (n * 1.0e9)
 }
 
-// mandelbrot program
+// the mandelbrot program
 val b0 = load_bff("mandelbrot.bf")
 
 println(s"${time_needed(1, compile_run(b0))} secs")