Skip to content

Latest commit

 

History

History

2022

Folders and files

NameName
Last commit message
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