summaryrefslogtreecommitdiff
path: root/test/pending/shootout/random.scala.runner
blob: 11cbeef0f6970babc613824bbc32f28ec8c5f839 (plain) (blame)
1
2
3
object Test extends Application {
  for(n <- List(9000,300000,600000,900000)) random.main(Array(n.toString)) 
}