Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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 🤩
- Host: GitHub
- URL: https://github.com/woojiahao/aoc
- Owner: woojiahao
- License: mit
- Created: 2023-11-27T02:39:32.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-10-23T22:56:33.000Z (2 months ago)
- Last Synced: 2024-10-24T12:06:22.479Z (2 months ago)
- Topics: advent-of-code, advent-of-code-2021, advent-of-code-2022, advent-of-code-2023, elixir
- Language: Elixir
- Homepage:
- Size: 271 KB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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`.