Skip to content

My live-coding environment and hacked-up solutions for Advent of Code 2024

License

Notifications You must be signed in to change notification settings

fenomas/advent-2024

Repository files navigation

Advent-2024

This is my live-coding environment and hacked-up solutions for Advent of Code 2024.

Run live in browser

Puzzle solutions are in: /src/advent/. The rigging and HMR and so forth use solid.js this year.

To run locally:

  1. clone repo
  2. pnpm i (or npm, yarn, etc)
  3. pnpm dev
  4. Put puzzle inputs into each day's src/advent/day??/input.md files, then hack on each day's solution.ts and view live results at localhost:8080.

By

Made with 🍺 by @fenomas, license is MIT.

About

My live-coding environment and hacked-up solutions for Advent of Code 2024

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published