JaKXz / advent-of-code

advent-of-code and other practice coding. learning in public (and with friends)!

Home Page:https://jasonkurian.dev/resume

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

advent-of-code test harness

On a system with brew (run the equivalent for your package manager):

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=<your_token>

which you can get from your network session on adventofcode.com

About

advent-of-code and other practice coding. learning in public (and with friends)!

https://jasonkurian.dev/resume


Languages

Language:JavaScript 72.4%Language:TypeScript 27.4%Language:Shell 0.2%