object Main { def main(args: Array[String]): Unit = { print("Hello world!\n") print("Hello world!".length) } }