progs/bfc0.scala
changeset 637 27f71d2755f0
parent 636 96a91e4a8ac8
child 638 0367aa7c764b
--- a/progs/bfc0.scala	Thu Sep 26 14:12:11 2019 +0100
+++ b/progs/bfc0.scala	Thu Sep 26 14:19:23 2019 +0100
@@ -64,7 +64,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")