summaryrefslogtreecommitdiff
path: root/docs/example-2/foo/src/foo/Example.scala
blob: f84f91f9d9f03ec6f3636e3c857f3641d730239e (plain) (blame)
1
2
3
4
5
6
package foo
object Example{
  def main(args: Array[String]): Unit = {
    println("Hello World")
  }
}