aboutsummaryrefslogtreecommitdiff
path: root/2020
diff options
context:
space:
mode:
authorHunky Jimpjorps <thechairman@thechairman.info>2022-11-30 00:01:42 -0500
committerHunky Jimpjorps <thechairman@thechairman.info>2022-11-30 00:01:42 -0500
commit479b6f63d924cacfd615952400b239f976f43047 (patch)
treefe9b5cc099e970abb8c91542d04b20c9efa59ed7 /2020
parent1a46b20a44b48a1f1ca7f895acfb3325f5e23495 (diff)
downloadgleam_aoc-479b6f63d924cacfd615952400b239f976f43047.tar.gz
gleam_aoc-479b6f63d924cacfd615952400b239f976f43047.zip
day 08 minor fix
Diffstat (limited to '2020')
-rw-r--r--2020/day-08/day-08.ipynb18
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"
}