aoc23/03
2023-12-03 15:49:16 +01:00
..
.gitignore Day 03 pa 01 2023-12-03 15:49:16 +01:00
bun.lockb Day 03 pa 01 2023-12-03 15:49:16 +01:00
index.ts Day 03 pa 01 2023-12-03 15:49:16 +01:00
input.txt Day 03 pa 01 2023-12-03 15:49:16 +01:00
package.json Day 03 pa 01 2023-12-03 15:49:16 +01:00
README.md Day 03 pa 01 2023-12-03 15:49:16 +01:00
tsconfig.json Day 03 pa 01 2023-12-03 15:49:16 +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.