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

https://github.com/emadb/aoc_2022

Advent of Code 2022
https://github.com/emadb/aoc_2022

Last synced: 11 months ago
JSON representation

Advent of Code 2022

Awesome Lists containing this project

README

          

# Advent of Code 2022

[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