Main.scala
// Online Scala Compiler // This website helps users to write, run and share code online. object Main { def main(args: Array[String]): Unit = { println("Hello, World :)") } }
Output
Standard Inputs (stdin)