Skip to content

estebanmontes/adventofcode

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Welcome to the advent of code! (code solutions)

📖 See the Advent of code for details on how the challanages was made.

Requirements

Run the npm install to add the dependencies

npm install

Run

Run the main code functionality:

tsc && node dist/index.js

Test

Run the test for all logic methods:

npm run test

Build

First, build the app:

npm run build

Then run the app production mode:

node dist/index.js

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published