Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 226 Bytes

File metadata and controls

13 lines (9 loc) · 226 Bytes

My solutions in TypeScript for the Advent of Code 2022.

To run any part with Bun, run:

$ bun run runner.ts [day: number] [part: number] [input: string]

for example:

$ bun run runner.ts 1 1 input.sample