From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on polar.synack.me X-Spam-Level: X-Spam-Status: No, score=-1.9 required=5.0 tests=BAYES_00 autolearn=ham autolearn_force=no version=3.4.4 X-Google-Thread: 103376,dd8f36a29aea64a6 X-Google-NewGroupId: yes X-Google-Attributes: gida07f3367d7,domainid0,public,usenet X-Google-Language: ENGLISH,ASCII-7-bit X-Received: by 10.66.78.70 with SMTP id z6mr1956549paw.5.1359724937649; Fri, 01 Feb 2013 05:22:17 -0800 (PST) Path: s9ni27982pbb.0!nntp.google.com!npeer01.iad.highwinds-media.com!news.highwinds-media.com!feed-me.highwinds-media.com!post02.iad.highwinds-media.com!news.flashnewsgroups.com-b7.4zTQh5tI3A!not-for-mail From: Stephen Leake Newsgroups: comp.lang.ada Subject: Re: Old programmers never die ... References: Date: Fri, 01 Feb 2013 08:22:16 -0500 Message-ID: <85sj5g1853.fsf@stephe-leake.org> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.2 (windows-nt) Cancel-Lock: sha1:hwlR/8FM2evRoIcEIqVUQDUJqcA= MIME-Version: 1.0 X-Complaints-To: abuse@flashnewsgroups.com Organization: FlashNewsgroups.com X-Trace: 6e4f3510bc189c55ab71403527 X-Received-Bytes: 1299 Content-Type: text/plain Date: 2013-02-01T08:22:16-05:00 List-Id: Mike H writes: > For some time now, my wife has been in need of a Sudoku checker. Or to > be more exact, I was in need of a Sudoku checker into which I could > feed her solutions from a text file that contains a string of 81 > numeric digits. > > Yes, you have guessed it. The checker was straight forward and the > temptation to try a solver was overwhelming. I now have one, but must > confess I have not yet dared to try it on a puzzle of difficulty level > "Diabolical". Excellent! Writing Ada to satisfy an itch is one of the best pleasures around :). -- -- Stephe