This is an attempt to write the Advent of Code in Elm, but using the CLI from Elm Posix.
To run an example, you need to have installed Elm Posix.
Then for example, you can run the code with this:
→ elm-cli run src/AdventOfCode.elm <day number>
part1 : <value>
part2 : <value>
This runs the source for day 2, with the input for day 2. Obviously you can try to run the source for day 2 with the input for day 1, but that will not result in interesting output.