/advent-2023

JS/node solutions for Advent of Code 2023

Primary LanguageJavaScriptMIT LicenseMIT

Advent-2023

My hacked-up solutions to the 2023 Advent of Code.

Run in browser

Puzzle solutions are in: /src/advent/. The rigging and HMR and so forth use svelte/vite.

To run locally:

  1. clone repo
  2. npm i
  3. npm start
  4. View on localhost:8080

By

Made with 🍺 by @fenomas, license is MIT.