hudsonb
run
Shawn
fun <T> tail(ls: List<T>) = ls.drop(1)
run { ... }
A modern programming language that makes developers happier.