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:ac8:1307:: with SMTP id e7mr4492837qtj.279.1607021457705; Thu, 03 Dec 2020 10:50:57 -0800 (PST) X-Received: by 2002:a0c:fa08:: with SMTP id q8mr300035qvn.25.1607021457530; Thu, 03 Dec 2020 10:50:57 -0800 (PST) Path: eternal-september.org!reader02.eternal-september.org!aioe.org!peer01.ams4!peer.am4.highwinds-media.com!peer03.iad!feed-me.highwinds-media.com!news.highwinds-media.com!news-out.google.com!nntp.google.com!postnews.google.com!google-groups.googlegroups.com!not-for-mail Newsgroups: comp.lang.ada Date: Thu, 3 Dec 2020 10:50:57 -0800 (PST) In-Reply-To: Complaints-To: groups-abuse@google.com Injection-Info: google-groups.googlegroups.com; posting-host=2a02:1206:4564:fe50:400:af3e:716:d452; posting-account=gRqrnQkAAAAC_02ynnhqGk1VRQlve6ZG NNTP-Posting-Host: 2a02:1206:4564:fe50:400:af3e:716:d452 References: <9dab63e0-617f-43a3-a0a3-eac0ae049afcn@googlegroups.com> <2ecfe1ae-5b2b-4719-901c-ee9bbc1dce03n@googlegroups.com> <861rg7izdn.fsf@stephe-leake.org> User-Agent: G2/1.0 MIME-Version: 1.0 Message-ID: Subject: Re: Advent of Code From: "gautier...@hotmail.com" Injection-Date: Thu, 03 Dec 2020 18:50:57 +0000 Content-Type: text/plain; charset="UTF-8" X-Received-Bytes: 1556 X-Received-Body-CRC: 2409745777 Xref: reader02.eternal-september.org comp.lang.ada:60687 List-Id: The data for Day 2 is a text file, and all you need for reading it is Text_IO (and its children or subpackages).