Skip to content

Latest commit

 

History

History
29 lines (18 loc) · 514 Bytes

README.md

File metadata and controls

29 lines (18 loc) · 514 Bytes

AOC

Advent of Code Done with Elixir 🤩


Wrote a bunch of utility and Mix tasks to speed up the process of working on AOC every year!

Getting started

Clone the repository

git clone [email protected]:woojiahao/aoc.git

Install the dependencies

mix deps.get

Create a new year. The task automatically generates the files and content to start

mix new_year <year>

Create the solution for the day in lib/aoc/y<year>/day_<day>.ex and the data in priv/<year>/day<day>.txt.