From 8f46f8e66f12c55916c87398c032d34e060deb15 Mon Sep 17 00:00:00 2001 From: "matthias@arch" Date: Tue, 6 Dec 2022 20:29:28 +0100 Subject: [PATCH] fixed numbered list --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index e850316..1c650ca 100644 --- a/README.md +++ b/README.md @@ -9,8 +9,8 @@ The directories for each day contain my input file, my code and a README that sh ## Recommended Days These are the days with to most interesting code so far: --# day 4: **x86-64 assembly** with the help of OpenAI --# day 6: **html+javascript** [check out out here](https://quintern.xyz/advent22/day6.html) +1. day 4: **x86-64 assembly** with the help of OpenAI +2. day 6: **html+javascript** [check out out here](https://quintern.xyz/advent22/day6.html) Also, check out the repositories of my friends who do stuff in go, Visual Basic and php: - [Daniel](https://git.quintern.xyz/TheShinyMelon/AOC_2022)