Hello World by kwSeo and Scala

Hello Scala!

object HelloWorld {
  def main(args: Array[String]): Unit = {
    println("Hello World!!")
  }
}