Skip to content

matsjoonas/advent-of-code-2022

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Advent of Code 2022 solutions in typescript

To create folders and files for a day, run:

node scripts/prepare.js --date=2022-12-01

or if you wish to use current date, then:

node scripts/prepare.js

To solve a day, run the following command in the root folder of this repo:

ts-node index.ts --day=1 --part=1

To run a specific test:

yarn test day01Part1

About

Solutions to Advent of Code 2022 in typescript

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published