/aoc-2022

Advent of Code 2022

Primary LanguageTypeScript

🎄 Advent of Code 2022

🦀 Rust + wasm-pack project, with ⚡ Vite frontend

Setup

Requires installation of Node, Rust, and wasm-pack. With everything installed, run the following in the root directory:

npm install
npm run build
npm run dev

See the answers at localhost:3000

Progress

Day Part 1 Part 2
01
02
03
04
05
06
07
08
09