aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHunky Jimpjorps <thechairman@thechairman.info>2022-12-02 11:43:49 -0500
committerHunky Jimpjorps <thechairman@thechairman.info>2022-12-02 11:43:49 -0500
commit3b19a598d9c5e4e45289438f18174ae7dee190fb (patch)
tree5f5598a33483e1deaf37fd25e54aa04a9bed77a4
parent5c9874e467ad94d76909c06309b4936e393b5122 (diff)
downloadgleam_aoc-3b19a598d9c5e4e45289438f18174ae7dee190fb.tar.gz
gleam_aoc-3b19a598d9c5e4e45289438f18174ae7dee190fb.zip
day 2 markdown fix
-rw-r--r--2022/day-02/day-02.ipynb2
1 files changed, 1 insertions, 1 deletions
diff --git a/2022/day-02/day-02.ipynb b/2022/day-02/day-02.ipynb
index c308201..4423c55 100644
--- a/2022/day-02/day-02.ipynb
+++ b/2022/day-02/day-02.ipynb
@@ -125,7 +125,7 @@
"cell_type": "markdown",
"metadata": {},
"source": [
- "### Part 2\n",
+ "##### Part 2\n",
"Now we're told that the second column actually represents the round result: `X` is lose, `Y` is draw, `Z` is win. We can look up what we should throw in response for each round, and then calculate the score from that."
]
},