Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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)!

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