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

@@ -44,7 +44,7 @@ Advent of Code
What is the value of the recovered frequency (the value of the most recently played sound) the first time a rcv instruction is executed with a non-zero value?
Your puzzle answer was _________.
Your puzzle answer was 1187.
--- Part Two ---
@@ -80,7 +80,7 @@ Advent of Code
Once both of your programs have terminated (regardless of what caused them to do so), how many times did program 1 send a value?
Your puzzle answer was _______.
Your puzzle answer was 5969.
Both parts of this puzzle are complete! They provide two gold stars: **