From: Gaspard Bucher Date: 2008-03-03T07:34:05+09:00 Subject: Re: [SOLUTION] [QUIZ] Hello, world? (#158) I love the maze ! Can ruby solve it ? Isn't that better suited for a pure functional language ? 2008/3/2, Bill Kelly : > Greetings, > > My quiz solution(s) are here: > > http://tastyspleen.net/~billk/ruby/quiz/158-hello-world/158_hello_world.rb > > > I did five Hello World variations. Thus, the output of the program > when run, is simply: > > > Hello, World! > Hello, World! > Hello, World! > Hello, World! > > Hello, World! > > > I think I had the most fun with #4, the maze solver: > > m = < ###+---+---+ > ^ H| l| o| > #| e| l| | > #+---+-+-+ | > #| d !*| , | > #| +--++ -+# > #|l | _ |# > #+--+ +-+ |# > ####|r |W|# > ##+-+- -+ |# > ##| o |# > ##+--+----+# > MAZE > > > > Regards, > > > Bill > > > >