Join Slack
Powered by
fun f(x:Int):Int = x*x (1..4).map(::f)
# getting-started
s
skloj
10/14/2016, 10:49 PM
fun f(x:Int):Int = x*x (1..4).map(::f)
Open in Slack
Previous
Next