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=1.8 required=3.0 tests=BAYES_50,FREEMAIL_FROM, PDS_FROM_2_EMAILS autolearn=no autolearn_force=no version=3.4.5-pre1 X-Received: by 2002:ae9:f306:: with SMTP id p6mr4591369qkg.94.1606942265180; Wed, 02 Dec 2020 12:51:05 -0800 (PST) X-Received: by 2002:a05:620a:10b9:: with SMTP id h25mr4500553qkk.320.1606942265038; Wed, 02 Dec 2020 12:51:05 -0800 (PST) Path: eternal-september.org!reader02.eternal-september.org!news.gegeweb.eu!gegeweb.org!usenet-fr.net!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: Wed, 2 Dec 2020 12:51:04 -0800 (PST) In-Reply-To: Complaints-To: groups-abuse@google.com Injection-Info: google-groups.googlegroups.com; posting-host=2a02:1206:4564:fe50:e0cd:9769:269e:98d8; posting-account=gRqrnQkAAAAC_02ynnhqGk1VRQlve6ZG NNTP-Posting-Host: 2a02:1206:4564:fe50:e0cd:9769:269e:98d8 References: User-Agent: G2/1.0 MIME-Version: 1.0 Message-ID: <9dab63e0-617f-43a3-a0a3-eac0ae049afcn@googlegroups.com> Subject: Re: Advent of Code From: "gautier...@hotmail.com" Injection-Date: Wed, 02 Dec 2020 20:51:05 +0000 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable Xref: reader02.eternal-september.org comp.lang.ada:60672 List-Id: Thanks John for the reminder about the Advent of Code. It's lots of fun! Just before starting with today's puzzle, I had the idea of programming the= solution with HAC (and the LEA editor). The quick edition-compilation-run = cycle of HAC is an advantage for this contest. However, today, I was not qu= ick enough to get points. Perhaps another day? Links to my solutions are at the end of the following post: https://gautiersblog.blogspot.com/2020/12/advent-of-code-2020-with-hac-and-= lea.html G.