Skip to content

xavier-arthur/advent-of-code-2022

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Advent of code 2022

my solutions to the challenges proposed in this year's advent of code

Usage

I decided to always read from stdin to make things easier, all folders have the numer of the challenge and in every folder there is a file called input.txt, so, to run anything you can pipe the desired input into npm run start:{challengeNumber}

If I wanted to run the second challenge, for example, the command would be:

cat two/input.txt | npm run start:two

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published