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
398544d5e7
ruby-uebungen
/
Assignment_028
/
solution
/
readme.md
6 lines
74 B
Markdown
Raw
Normal View
History
Unescape
Escape
Update of exercises
2023-05-25 17:47:19 +02:00
# Lösung: Iteratoren auf Zahlen
Initial commit
2023-05-23 09:19:31 +02:00
Update of exercises
2023-05-25 17:49:42 +02:00
```ruby
Update of exercises
2023-05-25 17:47:19 +02:00
10.downto(0) { |n| puts n }
Initial commit
2023-05-23 09:19:31 +02:00
```