-
Notifications
You must be signed in to change notification settings - Fork 452
Ruby Exercise Links
lilliealbert edited this page Mar 26, 2013
·
6 revisions
Inspiration for adding more exercises to the RailsBridge Ruby curriculum!
Jumpstart Labs has morning exercises: https://github.com/JumpstartLab/warmup-exercises
Ruby Programming Challenge for Newbies: http://ruby-challenge.rubylearning.org/
Project Euler: http://projecteuler.net/
Ruby Quiz: http://rubyquiz.strd6.com/
Plus an idea: instead of 99 bottles of beer on the wall:
- The computer is tired but can't fall asleep. Have it count 100 sheep, printing each to the screen.
- Next step: after 100 sheep, the computer falls asleep. Have it print "zzzzzzzzzz" after 100 sheep.