Study the past if you would define the future.
© 2020. All rights reserved.
object HelloWorld { def main(args: Array[String]): Unit = { println("Hello World!!") } }