Skip to content

Matttaylor8910/aoc-2018

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Advent of Code 2018

Here are my solutions to the Advent of Code challenge for 2018.

Input to the solutions exist in the input/ directory and the solutions in the solutions/ directory. All of the problem explanations exist commented out above the solution code for that problem. Just open any of the js files.

To run any of the solutions, just clone the project and run the following for any of the days, in this example, the solution for day 1:

node solutions/day01.js

and it will output the answer, in this case:

430

About

My soutions to Advent of Code 2018

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published