Skip to content

Latest commit

 

History

History
21 lines (14 loc) · 250 Bytes

README.md

File metadata and controls

21 lines (14 loc) · 250 Bytes

Advent of Code

Solving problems in Elixir! (to the extent that I can)

Running a solution:

make run YEAR={{ year }} DAY={{ day }}

Scaffold a new solution

make new YEAR={{ year }} DAY={{ day }}

Format

make fmt