summaryrefslogtreecommitdiff
path: root/test/pending/continuations-run/example9.scala
blob: 09d792c427d6a6983aa99d0496eea4a738b1ae8c (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)
  }
  
}