Skip to content

Latest commit

 

History

History

bun

AoC 2024 with Bun.sh

✨ My solutions for Advent of Code with Bun

Take part in the event

How to run

Replace with number of day, e.g. day1

  1. Install Bun.sh
  2. Write your input to day<number>/input.txt (without ending with new line). If you want to check sample data, don't create input.txt
  3. Run in terminal (some days has only parted filename, e.g. part1.ts and part2.ts):
bun day<number>
bun run day<number>/index.js

Unresolved parts

List of all unresolved parts:

  • day16 (full)
  • day17 (part 2)
  • day18 (full)
  • day20 (full)
  • day21 (full)
  • day24 (part 2)