summaryrefslogtreecommitdiff
path: root/test/pending/shootout/meteor.scala-2.scala.runner
blob: dae384311f94685fce72cfce7dcfa1a5d243f4f4 (plain) (blame)
1
2
3
object Test extends Application {
  for(n <- List(0)) meteor.main(Array(n.toString)) 
}