Doing some C learnin'.

Also, reformatted all the problems.
This commit is contained in:
2018-03-15 10:08:01 -05:00
parent 16ffec256f
commit 986d17f104
31 changed files with 1470 additions and 58 deletions

View File

@@ -52,7 +52,7 @@ Advent of Code
However, you should instead use the standard list size of 256 (with values 0 to 255) and the sequence of lengths in your puzzle input. Once this process is
complete, what is the result of multiplying the first two numbers in the list?
Your puzzle answer was ________.
Your puzzle answer was 19591.
--- Part Two ---
@@ -99,7 +99,7 @@ Advent of Code
Treating your puzzle input as a string of ASCII characters, what is the Knot Hash of your puzzle input? Ignore any leading or trailing whitespace you might
encounter.
Your puzzle answer was _______________________________________.
Your puzzle answer was 62e2204d2ca4f4924f6e7a80f1288786.
Both parts of this puzzle are complete! They provide two gold stars: **