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
Name | Name | Last commit date | ||
---|---|---|---|---|
parent directory.. | ||||
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