fun main(args: Array){ val a = 1 val x = a.toString() + "!!!!" }