Skip to content
/ aoc Public

Advent of Code 2021/2022/2023/2024 Done with Elixir 🤩

License

Notifications You must be signed in to change notification settings

woojiahao/aoc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

86 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.