<Complete the function initialization with the ret...
# stackoverflow
u
Complete the function initialization with the return value of Map below with the following key-values Complete the function initialization with the return value of Map below with the following key-values: key: type value: car key: maxSpeed value: 300Km/s key: maxTank value: 75Ltr fun vehicle() = mapOf() fun main() { println(""" My Map Result: ${vehicle()} """.trimIndent()) }