This website requires JavaScript.
Explore
Help
Sign In
3003916
/
groovy-lecture
Watch
0
Star
1
Fork
You've already forked groovy-lecture
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
63b1ec502d
groovy-lecture
/
assignments
/
solutions
/
ranges.groovy
4 lines
96 B
Groovy
Raw
Blame
History
def
numbers
=
(
1
.
.
25
)
.
step
3
def
letters
=
'a'
.
.
'z'
println
numbers
letters
.
each
{
print
it
+
" "
}
Reference in New Issue
View Git Blame
Copy Permalink