4 lines
80 B
Text
4 lines
80 B
Text
|
|
when (def t := <http://www.rosettacode.org> <- getText()) -> {
|
||
|
|
println(t)
|
||
|
|
}
|