Skip to content

laquasicinque/advent-of-code-2023

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Advent of Code 2023

Writing these in TS, for Bun

Importing Task

To get the current days task (only in December)

bun import.ts

You can run this again without it overwriting your previous index.ts, but it will update the readme (usually helpful for part 2).

You can also write bun import.ts <day> to pull a specific day if you need to for some reason (e.g you missed a day)

bun import.ts 1 # downloads day 1

Running

Nothing fancy, to run day 1 do:

bun days/01/index.ts

Extrapolate for other days

About

Advent of Code 2023 up until I ran out of time

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors