Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/woojiahao/aoc

Advent of Code 2021/2022/2023/2024 Done with Elixir 🤩
https://github.com/woojiahao/aoc

advent-of-code advent-of-code-2021 advent-of-code-2022 advent-of-code-2023 elixir

Last synced: 4 days ago
JSON representation

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

Awesome Lists containing this project

README

        

# 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

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

Install the dependencies

```sh
mix deps.get
```

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

```sh
mix new_year
```

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