summaryrefslogtreecommitdiff
path: root/test/pending/shootout/mandelbrot.scala-2.scala.runner
blob: 9d2d31408b3c4440137625e4e645242e91b3fedc (plain) (blame)
1
2
3
object Test extends Application {
  for(val n <- List(200,400,600)) mandelbrot.main(Array(n.toString)) 
}