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

https://github.com/nihalgonsalves/advent-of-code


https://github.com/nihalgonsalves/advent-of-code

Last synced: 10 months ago
JSON representation

Awesome Lists containing this project

README

          

```sh
brew install scarvalhojr/tap/aoc-cli

export ADVENT_OF_CODE_SESSION=""

./generate.sh 01 2024

./download.sh 01 2024
aoc --day "${DAY}" --year "${YEAR}" submit 1

./download.sh 01 2024
aoc --day "${DAY}" --year "${YEAR}" submit 2
```