Skip to content

t-mart/aoc2024

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

aoc2024

To install dependencies:

bun install

Run days with:

# bun run <day>
bun run 12

Bigboy inputs are stored compressed with zstd because they sometimes might be too large to store on GitHub. To decompress them, run:

# zstd -d <file>
zstd -d src/day09/bigboy.txt.zst

(to compress them, run zstd -9 <file>)

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Sponsor this project

 

Packages

No packages published