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

https://github.com/emadb/aoc_2024


https://github.com/emadb/aoc_2024

Last synced: about 1 year ago
JSON representation

Awesome Lists containing this project

README

          

# Advent of Code 2024

[https://adventofcode.com](https://adventofcode.com)

### Generators
Run `mix gen N` (where N is a number: `1..25`) to generate the files for the day (inputs, test and module)

Run `mix day N` to run the module of day N

_Note_
The input files are not in this repository. You have to donwload them and put them in `./lib/inputs` folder.