advent-of-code-2024 Welcome to my 2024 attempt of advent of code using Bun/TypeScript Solution files are in src/*/index.ts Usage: Add problem data to src/*/data.txt Run the following using the relevant day: bun run --hot src/01/index.ts Happy coding