aboutsummaryrefslogblamecommitdiff
path: root/tests/run/hello.scala
blob: 9224cec054d3e85008d5385487f4eff47045d9b5 (plain) (tree)
1
2
3


                                                               
object Test {
  def main(args: Array[String]): Unit = println("hello dotty!")
}