Given a file containing a target price and list of menu items, this program finds the combinations of items that add up to the target price.
Requires: Ruby 1.8.7 or higher
To run:
ruby lib/ordergenerator.rb <menu_file_path>
Example:
ruby lib/ordergenerator.rb sample_menu.txt