aboutsummaryrefslogtreecommitdiff
path: root/examples/hello.scala
blob: 87e0b1e5e5ca2fa773af652b36ce03cfe11f0319 (plain) (blame)
1
2
3
4
5
package hello

object world extends App {
  println("hello dotty!")
}