Ecosyste.ms: Awesome
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: 27 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/nihalgonsalves/advent-of-code
- Owner: nihalgonsalves
- Created: 2021-12-02T00:45:36.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2023-12-19T00:21:46.000Z (11 months ago)
- Last Synced: 2024-04-14T23:08:33.877Z (7 months ago)
- Language: TypeScript
- Size: 327 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
```sh
brew install scarvalhojr/tap/aoc-cliexport ADVENT_OF_CODE_SESSION=""
./generate.sh 01 2023
./download.sh 01 2023
./aoc --day "${DAY}" --year "${YEAR}" submit 1./download.sh 01 2023
./aoc --day "${DAY}" --year "${YEAR}" submit 2
```