advent-of-code/2015-elixir/README.md

29 lines
567 B
Markdown
Raw Normal View History

2021-11-01 16:40:46 +01:00
# Aoc
2021-11-04 08:52:41 +01:00
Solutions for [Advent of Code 2021][1], this year in Elixir.
2021-11-01 16:40:46 +01:00
2021-11-04 08:52:41 +01:00
[Elixir 1.12.3][2] preferred.
2021-11-01 16:40:46 +01:00
## 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 Aoc.new 1 "Name of the puzzle"
Solve a single puzzle, using puzzle from day 3 as example:
mix Aoc.solve 3
Solve all puzzles, starting at the first:
mix Aoc.solve_all
## Log
_Advent of Code has not started yet. See you in December!_
[1]: https://adventofcode.com/
[2]: https://hexdocs.pm/elixir/Kernel.html