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