From 3b19a598d9c5e4e45289438f18174ae7dee190fb Mon Sep 17 00:00:00 2001 From: Hunky Jimpjorps Date: Fri, 2 Dec 2022 11:43:49 -0500 Subject: day 2 markdown fix --- 2022/day-02/day-02.ipynb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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." ] }, -- cgit v1.2.3