aoc23/01
2023-12-01 23:50:21 +01:00
..
.gitignore Day 01 Part 01 2023-12-01 21:13:58 +01:00
bun.lockb Day 01 Part 01 2023-12-01 21:13:58 +01:00
index.ts Day 01 Part 02 2023-12-01 23:50:21 +01:00
input.txt Day 01 Part 01 2023-12-01 21:13:58 +01:00
package.json Day 01 Part 01 2023-12-01 21:13:58 +01:00
README.md Day 01 Part 01 2023-12-01 21:13:58 +01:00
tsconfig.json Day 01 Part 01 2023-12-01 21:13:58 +01:00

day01

To install dependencies:

bun install

To run:

bun run index.ts

This project was created using bun init in bun v1.0.13. Bun is a fast all-in-one JavaScript runtime.