Michael W Thelen wrote: > > On Wed, Jul 10, 2002 at 12:47:40PM +0100, Jasper McCrea wrote: > > given a line number on the command line, print out that line from > > Pascal's triangle. Single space separated numbers, nothing but a \n at > > the end, you know the drill. > > Do the line numbers begin at 0 or 1? Is it like this? > > line 0: 1 > line 1: 1 1 > line 2: 1 2 1 >
I think line numbering will begin at 1. 0 would be too odd. And it would add a few characters to my solution :) cheerio, Jasper
