Skip to content

nanot1m/adventofcode2022

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

71 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Advent of Code

Year 2022

Prerequisites

  • Create .env file in the root directory with the following variables:

JS

NodeJS >= 14

cd js

To run the solution of the day 1, run the following command:

npm run solve 1

or

pnpm solve 1

To create the template for the day 2, run the following command:

npm run prepare 2

or

pnpm prepare 2