Hey, could anyone please explain me what is differ...
# getting-started
t
Hey, could anyone please explain me what is different between:
val sum = {a: Int, b: Int -> a + b}
and
fun sum(a: Int, b: Int) = a + b