Re: read numbers
Roger Lipscombe <[email protected]>
| Newsgroups | gmane.comp.lang.erlang.general |
|---|---|
| Message-ID | <CAJgnQd9cV81HPq9brZG13PuLVTck+V0wkGZ_KgjebhaxT7ATJQ@mail.gmail.com> |
On Fri, 10 Dec 2021 at 08:36, Hugo Mills <[email protected]> wrote: > Unless I'm very much mistaken, this code is for this year's Advent > of Code problems. (https://adventofcode.com/2021/about), so the set-up > is somewhat contrived. I'm *doing* this year's advent of code, and I didn't spot the connection... :) I did day 3 in Elixir: https://github.com/rlipscombe/advent-2021/blob/main/03/day03ex/lib/day03ex.ex, and I dealt with it character-by-character.