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

https://github.com/jonringer/aoc2021

Advent of Code for 2021
https://github.com/jonringer/aoc2021

Last synced: 8 months ago
JSON representation

Advent of Code for 2021

Awesome Lists containing this project

README

          

# AoC2021
Advent of Code for 2021

## Run the code
```
nix-instantiate --eval ./days/dayN/
# or
nix eval -f ./days/dayN/
```