Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jakxz/advent-of-code
advent-of-code and other practice coding. learning in public (and with friends)!
https://github.com/jakxz/advent-of-code
advent-of-code leetcode
Last synced: about 1 month ago
JSON representation
advent-of-code and other practice coding. learning in public (and with friends)!
- Host: GitHub
- URL: https://github.com/jakxz/advent-of-code
- Owner: JaKXz
- Created: 2022-11-21T05:07:01.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2023-12-03T02:55:40.000Z (about 1 year ago)
- Last Synced: 2024-10-14T18:31:01.761Z (2 months ago)
- Topics: advent-of-code, leetcode
- Language: JavaScript
- Homepage:
- Size: 86.9 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# `advent-of-code` test harness
On a system with [`brew`](https://brew.sh) (run the equivalent for your package manager):
```sh
brew tap oven-sh/bun
brew install node bun
npx degit jakxz/advent-of-code
cd advent-of-code
bun install
bun run test
```> **Note**: you need to add an `.env` file, with contents like:
```
AOC_SESSION=
```> which you can get from your network session on adventofcode.com