summaryrefslogtreecommitdiff
path: root/test/pending/shootout/message.scala.runner
blob: ffbee1640b078aba85a3f90c236bd6a1ef1f955f (plain) (blame)
1
2
3
object Test extends Application {
  for(n <- List(1000,2000,3000)) message.main(Array(n.toString)) 
}