equal
deleted
inserted
replaced
303 |
303 |
304 |
304 |
305 } |
305 } |
306 |
306 |
307 /* |
307 /* |
308 import CW10b._ |
308 @main def main() = { |
309 println(time_needed(1, run(load_bff("collatz.bf")))) |
309 import M5b._ |
310 println(time_needed(1, run2(load_bff("collatz.bf")))) |
310 println(time_needed(1, run(load_bff("mandelbrot.bf")))) |
311 println(time_needed(1, run3(load_bff("collatz.bf")))) |
311 println(time_needed(1, run2(load_bff("mandelbrot.bf")))) |
312 println(time_needed(1, run4(load_bff("collatz.bf")))) |
312 println(time_needed(1, run3(load_bff("mandelbrot.bf")))) |
|
313 println(time_needed(1, run4(load_bff("mandelbrot.bf")))) |
|
314 } |
313 */ |
315 */ |