summaryrefslogtreecommitdiff
path: root/test/pending/shootout/methcall.scala.runner
blob: 555413cc6c2f9788fe6fd4a4c7865bcb93d2ce94 (plain) (blame)
1
2
3
object Test extends Application {
  for(n <- List(100000,400000,700000,1000000)) methcall.main(Array(n.toString)) 
}