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

object Test {

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

}