From: James Edward Gray II Date: 2004-11-13T08:40:11+09:00 Subject: Re: [QUIZ] Countdown (#7) On Nov 12, 2004, at 5:33 PM, Hans Fugal wrote: > Ruby Quiz wrote: > >> The quiz is to write a program which will accept one target number >> and a >> list of source numbers, and generate a solution which calculates the >> target >> or a number as close to the target as possible. > > Is the input interactive, or whitespace-delimited, or what? YAML > perhaps? The quiz didn't specify an input format. Personally, I'm using command-line arguments. That seems pretty easy to me, but use whatever you like. Just don't make it too hard on me come testing time, please. :) James Edward Gray II