advent-of-code/2019-elixir
2021-11-01 16:45:03 +01:00
..
lib Add solutions from AOC 2016-2020 2021-11-01 16:45:03 +01:00
test Add solutions from AOC 2016-2020 2021-11-01 16:45:03 +01:00
.formatter.exs Add solutions from AOC 2016-2020 2021-11-01 16:45:03 +01:00
.gitignore Add solutions from AOC 2016-2020 2021-11-01 16:45:03 +01:00
mix.exs Add solutions from AOC 2016-2020 2021-11-01 16:45:03 +01:00
README.md Add solutions from AOC 2016-2020 2021-11-01 16:45:03 +01:00

Aoc19

Solutions for Advent of Code 2019, this year in Elixir.

Elixir 1.9.2 preferred.

Help scripts

Run tests using mix test as usual.

Create input file, test file and solution file for a day, using day 1 as example:

mix aoc19.new 1 "Name of the puzzle"

Solve a single puzzle, using puzzle from day 3 as example:

mix aoc19.solve 3

Solve all puzzles, starting at the first:

mix aoc19.solve_all

Log

Advent of Code has not started yet. See you in December!