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.8 required=3.0 tests=BAYES_50,FREEMAIL_FROM, T_SCC_BODY_TEXT_LINE autolearn=ham autolearn_force=no version=3.4.6 X-Received: by 2002:a05:620a:8b89:b0:76f:1614:5772 with SMTP id qx9-20020a05620a8b8900b0076f16145772mr331740qkn.5.1694071870887; Thu, 07 Sep 2023 00:31:10 -0700 (PDT) X-Received: by 2002:a63:b254:0:b0:569:3231:ba24 with SMTP id t20-20020a63b254000000b005693231ba24mr3731623pgo.10.1694071870540; Thu, 07 Sep 2023 00:31:10 -0700 (PDT) Path: eternal-september.org!news.eternal-september.org!usenet.blueworldhosting.com!diablo1.usenet.blueworldhosting.com!peer02.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, 7 Sep 2023 00:31:09 -0700 (PDT) In-Reply-To: Injection-Info: google-groups.googlegroups.com; posting-host=77.75.179.3; posting-account=ZswU3AoAAAA4QKiyoxEpA3Hh7ry7Cau3 NNTP-Posting-Host: 77.75.179.3 References: User-Agent: G2/1.0 MIME-Version: 1.0 Message-ID: <796f0dd5-cf5e-430b-a650-4ba85ba5f28bn@googlegroups.com> Subject: Re: project euler 26 From: Francesc Rocher Injection-Date: Thu, 07 Sep 2023 07:31:10 +0000 Content-Type: text/plain; charset="UTF-8" X-Received-Bytes: 1599 Xref: news.eternal-september.org comp.lang.ada:65611 List-Id: El dia dilluns, 4 de setembre de 2023 a les 11:19:53 UTC+2, CSYH (QAQ) va escriure: > I am new to Ada, I know is there a good way to start this program? > thanks > https://projecteuler.net/problem=26 Hi CSHY, Please take a look at my Euler tools repository, https://github.com/rocher/euler_tools (not the best math lib you'll find, I know). I used this library tools to solve problem 26 here: https://github.com/rocher/alice-project_euler-rocher Let me know what you think.