Skip to content

arbyys/advent-of-code-2024

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Advent of Code 2024

Running code of some day:

  • npm install
npm run day <dayNumber> <"part1" or "part2"> <boolean useSampleData>

# run day 1 part2
npm run day 1 part2

# run day 2 part1 with sample data
npm run day 2 part1 true

About

2024 Advent of Code using TypeScript

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published