4 lines
32 B
Groovy
4 lines
32 B
Groovy
|
|
beatles.each {
|
||
|
|
println it
|
||
|
|
}
|