Better Java としての Scala Hello World src/main/scala/Main.scala object Main { def main(args: Array[String]): Unit = { println("hello scala!")