From: Hans Fugal Date: 2004-11-13T08:33:26+09:00 Subject: Re: [QUIZ] Countdown (#7) 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? --- target: 522 sources: [100,5,5,2,6,8] ....