fun main(args: Array<String>) { print("This is test message.") println("This is test"+" message too.") }
Comments
Post a Comment