4 lines
44 B
Groovy
4 lines
44 B
Groovy
|
|
partitions(2, 0, 2).each {
|
||
|
|
println it
|
||
|
|
}
|