From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on ip-172-31-65-14.ec2.internal X-Spam-Level: X-Spam-Status: No, score=-0.0 required=3.0 tests=BAYES_40,FREEMAIL_FROM, T_SCC_BODY_TEXT_LINE autolearn=ham autolearn_force=no version=3.4.6 X-Received: by 2002:a05:6214:b30:b0:656:160d:370 with SMTP id w16-20020a0562140b3000b00656160d0370mr204778qvj.8.1695056106496; Mon, 18 Sep 2023 09:55:06 -0700 (PDT) X-Received: by 2002:a05:6830:1d49:b0:6be:ff29:ff3f with SMTP id p9-20020a0568301d4900b006beff29ff3fmr2816356oth.0.1695056106237; Mon, 18 Sep 2023 09:55:06 -0700 (PDT) Path: eternal-september.org!news.eternal-september.org!border-1.nntp.ord.giganews.com!nntp.giganews.com!news-out.google.com!nntp.google.com!postnews.google.com!google-groups.googlegroups.com!not-for-mail Newsgroups: comp.lang.ada Date: Mon, 18 Sep 2023 09:55:05 -0700 (PDT) In-Reply-To: <87il87k1gf.fsf@bsb.me.uk> Injection-Info: google-groups.googlegroups.com; posting-host=77.75.179.3; posting-account=ZswU3AoAAAA4QKiyoxEpA3Hh7ry7Cau3 NNTP-Posting-Host: 77.75.179.3 References: <874jjvmoi9.fsf@bsb.me.uk> <87sf7dltq0.fsf@bsb.me.uk> <87jzsplr49.fsf@bsb.me.uk> <715fe49a-47bc-46be-ae26-9ed89b38bcb5n@googlegroups.com> <87ediwl7oq.fsf@bsb.me.uk> <87zg1kpcjh.fsf@nightsong.com> <8734zcl4j0.fsf@bsb.me.uk> <87v8c8oyby.fsf@nightsong.com> <87wmwnk9a9.fsf@bsb.me.uk> <7a98a430-a01d-41e7-80fe-bc2e1e1592d3n@googlegroups.com> <87il87k1gf.fsf@bsb.me.uk> User-Agent: G2/1.0 MIME-Version: 1.0 Message-ID: <1d8a7e1f-187c-4975-976c-004103882e2fn@googlegroups.com> Subject: Re: project euler 29 From: Francesc Rocher Injection-Date: Mon, 18 Sep 2023 16:55:06 +0000 Content-Type: text/plain; charset="UTF-8" Xref: news.eternal-september.org comp.lang.ada:65678 List-Id: > I am curious, but only if it's not too much work. Pre-condition: alr must be installed in your system. Then, three simple steps: 1. this: git clone git@github.com/rocher/euler_tools or: git clone https://github.com/rocher/euler_tools 2. cd euler_tools/examples 3. alr build Included examples are problems 26 (discussed in a different thread) and 29. BR --- Francesc Rocher