fun f(p1: Int, p2: Int) = p1 + p2 fun main(args: Array) { println(f(3, 5)) }