Skip to content

MatijaNovosel/advent-of-code

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ย 

History

93 Commits
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 

Repository files navigation

Advent of code

Advent of code - Solved with Javascript

๐Ÿš€ Usage

The folders are organized by day and contain the solution index.js, the input input.txt and the task description README.md.

  1. Install the dependencies: npm i (only one being my utilities package)
  2. Run npm run start {year} {n} to see both of the outputs of a specified day (1 - 25) and year