Skip to content

Commit

Permalink
fixed beers
Browse files Browse the repository at this point in the history
  • Loading branch information
erisfully committed Jun 18, 2014
1 parent e6fc83b commit c02f318
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 99_beers.rb
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
if full_reply[0] != "sing" || full_reply[1].to_i <= 0
puts "ERROR!!"

else full_reply[0] == "sing" && full_reply[1].to_i > 0
else
puts full_reply[1] + " bottles of beer on the wall"
puts full_reply[1] + " bottles of beer"
puts "take one down and pass it around"
Expand Down

0 comments on commit c02f318

Please sign in to comment.