Skip to content

Latest commit

 

History

History
19 lines (11 loc) · 280 Bytes

README.md

File metadata and controls

19 lines (11 loc) · 280 Bytes

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