Quotes help make search much faster. Example: "Practice Makes Perfect"

Monday, November 19, 2012

Codecademy: "Unless"


#sample solution


hungry = false

unless hungry
  puts "I'm writing Ruby programs!"
else
  puts "Time to eat!"
end

No comments:

Post a Comment


This is an example of scrolling text using Javascript.

Popular Posts