diff options
Diffstat (limited to '2020/day-08/day-08.ipynb')
-rw-r--r-- | 2020/day-08/day-08.ipynb | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/2020/day-08/day-08.ipynb b/2020/day-08/day-08.ipynb index 13eb500..b95af07 100644 --- a/2020/day-08/day-08.ipynb +++ b/2020/day-08/day-08.ipynb @@ -17,7 +17,7 @@ }, { "cell_type": "code", - "execution_count": 28, + "execution_count": 1, "metadata": { "vscode": { "languageId": "racket" @@ -51,7 +51,7 @@ }, { "cell_type": "code", - "execution_count": 36, + "execution_count": 2, "metadata": { "vscode": { "languageId": "racket" @@ -67,7 +67,7 @@ "'((0 acc . 49) (1 jmp . 274) (2 acc . 49) (3 acc . 49) (4 jmp . 476) (5 jmp . 409) (6 jmp . 269) (7 jmp . 1) (8 acc . -11) (9 acc . 5))" ] }, - "execution_count": 36, + "execution_count": 2, "metadata": {}, "output_type": "execute_result" } @@ -100,7 +100,7 @@ }, { "cell_type": "code", - "execution_count": 38, + "execution_count": 3, "metadata": { "vscode": { "languageId": "racket" @@ -116,7 +116,7 @@ "'(looping . 1949)" ] }, - "execution_count": 38, + "execution_count": 3, "metadata": {}, "output_type": "execute_result" } @@ -146,7 +146,7 @@ }, { "cell_type": "code", - "execution_count": 39, + "execution_count": 4, "metadata": { "vscode": { "languageId": "racket" @@ -162,7 +162,7 @@ "305" ] }, - "execution_count": 39, + "execution_count": 4, "metadata": {}, "output_type": "execute_result" } @@ -189,7 +189,7 @@ }, { "cell_type": "code", - "execution_count": 32, + "execution_count": 5, "metadata": { "vscode": { "languageId": "racket" @@ -205,7 +205,7 @@ "'(terminated . 2092)" ] }, - "execution_count": 32, + "execution_count": 5, "metadata": {}, "output_type": "execute_result" } |