Created
May 3, 2014 18:39
-
-
Save JunichiIto/a87fe61c4f28e3268804 to your computer and use it in GitHub Desktop.
Nendo(Scheme for Ruby) version of https://github.com/JunichiIto/bonus-drink/blob/answer/bonus_drink.rb
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
(define (total_count_for amount) | |
(+ amount (/ (abs (pred amount)) 2))) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment