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=-1.9 required=3.0 tests=BAYES_00,T_SCC_BODY_TEXT_LINE autolearn=ham autolearn_force=no version=3.4.6 Path: eternal-september.org!news.eternal-september.org!.POSTED!not-for-mail From: Ben Bacarisse Newsgroups: comp.lang.ada Subject: Re: project euler 29 Date: Mon, 18 Sep 2023 20:22:41 +0100 Organization: A noiseless patient Spider Message-ID: <877conjnge.fsf@bsb.me.uk> 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> <1d8a7e1f-187c-4975-976c-004103882e2fn@googlegroups.com> MIME-Version: 1.0 Content-Type: text/plain Injection-Info: dont-email.me; posting-host="4a1f049c3c0d7d3aa42e2e5e10f8a54b"; logging-data="2015877"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX1+2vNrsPaaKJeNqjaxm5IHYBo8ahRu664w=" User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/28.2 (gnu/linux) Cancel-Lock: sha1:akgXHOuumnCN385vO3epDjzCfdw= sha1:nax14U+wUIhXODVFBBAItyEYNKU= X-BSB-Auth: 1.cb1555901f6366e73c0e.20230918202241BST.877conjnge.fsf@bsb.me.uk Xref: news.eternal-september.org comp.lang.ada:65679 List-Id: Francesc Rocher writes: >> 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 Thanks. The https clone worked but I got $ git clone git@github.com/rocher/euler_tools fatal: repository 'git@github.com/rocher/euler_tools' does not exist from the first. -- Ben.