4 lines
75 B
Groovy
4 lines
75 B
Groovy
(2..9).step(2).each {
|
|
print "${it} "
|
|
}
|
|
println "Who do we appreciate?"
|