✨ My solutions for Advent of Code with Bun
Replace with number of day, e.g. day1
- Install Bun.sh
- 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 - 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
List of all unresolved parts:
- day16 (full)
- day17 (part 2)
- day18 (full)
- day20 (full)
- day21 (full)
- day24 (part 2)