fun main(args: Array) { val text : String? = "Hello World!" println(text) }