From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.5-pre1 (2020-06-20) on ip-172-31-74-118.ec2.internal X-Spam-Level: ** X-Spam-Status: No, score=2.8 required=3.0 tests=BAYES_50,FREEMAIL_FROM, FROM_2_EMAILS_SHORT,PDS_FROM_2_EMAILS autolearn=no autolearn_force=no version=3.4.5-pre1 X-Received: by 2002:ae9:de03:: with SMTP id s3mr10873686qkf.218.1607110426051; Fri, 04 Dec 2020 11:33:46 -0800 (PST) X-Received: by 2002:a37:350:: with SMTP id 77mr10536346qkd.275.1607110425900; Fri, 04 Dec 2020 11:33:45 -0800 (PST) Path: eternal-september.org!reader02.eternal-september.org!news.gegeweb.eu!gegeweb.org!fdn.fr!proxad.net!feeder1-2.proxad.net!209.85.160.216.MISMATCH!news-out.google.com!nntp.google.com!postnews.google.com!google-groups.googlegroups.com!not-for-mail Newsgroups: comp.lang.ada Date: Fri, 4 Dec 2020 11:33:45 -0800 (PST) In-Reply-To: <348b76a7-0a9d-497c-94e7-cb822502d9b9n@googlegroups.com> Complaints-To: groups-abuse@google.com Injection-Info: google-groups.googlegroups.com; posting-host=2a02:1206:4564:fe50:a1c0:9050:d577:6901; posting-account=gRqrnQkAAAAC_02ynnhqGk1VRQlve6ZG NNTP-Posting-Host: 2a02:1206:4564:fe50:a1c0:9050:d577:6901 References: <348b76a7-0a9d-497c-94e7-cb822502d9b9n@googlegroups.com> User-Agent: G2/1.0 MIME-Version: 1.0 Message-ID: <9812dfe9-e065-4cce-a5e6-c326c5bbd07fn@googlegroups.com> Subject: Re: Advent of Code Day 4 From: "gautier...@hotmail.com" Injection-Date: Fri, 04 Dec 2020 19:33:46 +0000 Content-Type: text/plain; charset="UTF-8" Xref: reader02.eternal-september.org comp.lang.ada:60707 List-Id: > I'll be very interested to see how different people read the file. https://github.com/zertovitch/hac/tree/master/exm/aoc/2020 Part Two has two solutions: one, aoc_2020_04_b.adb, using HAC (with its current limitations) and one which is "full Ada", aoc_2020_04_b_full_ada.adb.