This website requires JavaScript.
Explore
Help
Sign In
smits
/
ruby-uebungen
Watch
1
Star
3
Fork
You've already forked ruby-uebungen
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
25d5ac7ffd
ruby-uebungen
/
Assignment_031
/
solution
History
Thomas Smits
25d5ac7ffd
Initial commit
2023-05-23 09:19:31 +02:00
..
readme.md
Initial commit
2023-05-23 09:19:31 +02:00
readme.md
Lösung: Iteratoren auf Zahlen
```ruby 10.downto(0) { |n| puts n } ```