Skip to content

My solutions to advent of code tasks using JavaScript. 2020

Notifications You must be signed in to change notification settings

arnaskro/advent-of-code

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 

Repository files navigation

Advent Of Code 🎄

My solution to advent of code tasks using JavaScript. 2020

Example how to run

node ./2020/01/part1.js

To add your input, modify the input.js file in the selected day. You will get the result printed in the console.