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

@@ -25,14 +25,14 @@ Advent of Code
What is the largest value in any register after completing the instructions in your puzzle input?
Your puzzle answer was ____.
Your puzzle answer was 4877.
--- Part Two ---
To be safe, the CPU also needs to know the highest value held in any register during this process so that it can decide how much memory to allocate to these operations. For example, in the above
instructions, the highest value ever held was 10 (in register c after the third instruction was evaluated).
Your puzzle answer was ____.
Your puzzle answer was 5471.
Both parts of this puzzle are complete! They provide two gold stars: **