Skip to content

Instantly share code, notes, and snippets.

@shaynekang
shaynekang / coin.rb
Created November 30, 2012 18:21
Solution of coin combination issue by paranoiase
# Solution of the coin combination issue.
# by paranoiase
#
# http://www.facebook.com/groups/rubykr
# https://github.com/rubykorea/codingdojo
require 'spec_helper'
class Coin