Day 4 Complete

Removed solutions from 'problem' files
Added 'helpers' file with functions that I commonly use in these
solutions.
This commit is contained in:
2016-12-04 09:55:02 -06:00
parent 2dfe2f4b2f
commit bb174c5f5b
8 changed files with 1165 additions and 11 deletions

View File

@@ -39,7 +39,7 @@ Advent of Code
Your puzzle input is the instructions from the document you found at the front desk. What is the bathroom code?
Your puzzle answer was 98575.
Your puzzle answer was ______.
--- Part Two ---
@@ -66,12 +66,10 @@ Advent of Code
Using the same instructions in your puzzle input, what is the correct bathroom code?
Your puzzle answer was CD8D4.
Your puzzle answer was _____.
Both parts of this puzzle are complete! They provide two gold stars: **
At this point, you should return to your advent calendar and try another puzzle.
If you still want to see it, you can get your puzzle input.
References