Repository for code used to solve the daily puzzles from the https://adventofcode.com/ website. Code saved to https://github.com/johndahl-now/advent_of_code.
The _TEMPLATE folder contains 4 files outlined below: - _Puzzle.md contains the content provided by the Advent Of Code website for that day. - code.js contains all code used to get and process the input data, as well as to calculate and display the results. - input_sample.txt contains the sample input data described in the _Puzzle file. - input.txt contains the actual input for the day. NOTE: Some days require separate input files for part 1 and part 2, but this is rare.