summaryrefslogtreecommitdiff
path: root/tests/mime-detection/test.scala
blob: 324eecfc8c7cfcd37e9d1142631afc43d7ccb614 (plain)
1
2
3
4
5
object HelloWorld {
  def main(args: Array[String]) {
    println("Hello, world!")
  }
}