summaryrefslogtreecommitdiff
path: root/test/pending/continuations-run/example16.scala
blob: 5eb64046eda22240c393dac9781a68db32fa95d5 (plain) (blame)
1
2
3
4
5
6
7
8
9
// $Id$

object Test {

  def main(args: Array[String]): Any = {
    examples.continuations.Test16Printf.main(args)
  }

}