aoc23/02
2023-12-02 06:34:31 +01:00
..
.gitignore Day 02 Part 01 2023-12-02 06:31:24 +01:00
bun.lockb Day 02 Part 01 2023-12-02 06:31:24 +01:00
index.ts Day 02 Part 02 2023-12-02 06:34:31 +01:00
input.txt Day 02 Part 01 2023-12-02 06:31:24 +01:00
package.json Day 02 Part 01 2023-12-02 06:31:24 +01:00
README.md Day 02 Part 01 2023-12-02 06:31:24 +01:00
tsconfig.json Day 02 Part 01 2023-12-02 06:31:24 +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.