Skip to content

Instantly share code, notes, and snippets.

@liquidz
Created April 15, 2009 09:55
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save liquidz/95706 to your computer and use it in GitHub Desktop.
Save liquidz/95706 to your computer and use it in GitHub Desktop.
244byte
b=proc{|n,w|"#{n<1?'no more':n} bottle#{'s'if n!=1} of beer#{' on the wall'if w}"}
99.downto(0){|i|puts"#{b[i,0].capitalize}, #{b[i,p]}.\n#{i>0?'Take one down and pass it around, '+b[i-1,0]:'Go to the store and buy some more, '+b[99,0]}.\n\n"}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment