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:aed:30c2:: with SMTP id 60mr2544639qtf.86.1606928251223; Wed, 02 Dec 2020 08:57:31 -0800 (PST) X-Received: by 2002:ac8:4e47:: with SMTP id e7mr3578832qtw.262.1606928251083; Wed, 02 Dec 2020 08:57:31 -0800 (PST) Path: eternal-september.org!reader02.eternal-september.org!news.uzoreto.com!feeder1.cambriumusenet.nl!feed.tweak.nl!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 08:57:30 -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: Subject: Re: Advent of Code From: "gautier...@hotmail.com" Injection-Date: Wed, 02 Dec 2020 16:57:31 +0000 Content-Type: text/plain; charset="UTF-8" Xref: reader02.eternal-september.org comp.lang.ada:60669 List-Id: On Wednesday, December 2, 2020 at 5:09:17 PM UTC+1, john: > Today's was simpler to solve than yesterday's, but I put an "exit" in the wrong part of a loop, so I got the wrong count on part one. Debugging that meant I spent as much time today as the day before. Difficulty of those problems has certainly lots of subjectivity. I found yesterday's so easy that I did it in a spreadsheet (a "no code" solution ;-) )... G.