https://github.com/nihalgonsalves/advent-of-code
https://github.com/nihalgonsalves/advent-of-code
Last synced: 10 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/nihalgonsalves/advent-of-code
- Owner: nihalgonsalves
- Created: 2021-12-02T00:45:36.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2024-12-25T05:18:47.000Z (over 1 year ago)
- Last Synced: 2025-02-26T09:46:46.382Z (over 1 year ago)
- Language: TypeScript
- Size: 604 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-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
```