aboutsummaryrefslogtreecommitdiffstats
path: root/sonar-scanner-engine/test-resources/mediumtest/xoo/sample/xources/hello/helloscala.xoo
blob: 53cb085156c3eea43bae7412a8d7fa674758a786 (plain)
1
2
3
4
5
6
  object HelloWorld {
    def main(args: Array[String]) {
      println("Hello, world of xoo!")
    }
  }