From 363047b8df221f6185f50a51d372a37241c0eec9 Mon Sep 17 00:00:00 2001 From: Nico-Posada <102486290+Nico-Posada@users.noreply.github.com> Date: Sat, 2 Dec 2023 02:03:41 -0500 Subject: [PATCH] Update README.md --- README.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 6ce13eb..1a68bf9 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,9 @@ # Advent-Of-Code-2023 Archive of my solutions. I will be doing my best to golf all of them for fun (: -I am not counting the shebang line as part of the length of the solution +I am not counting the shebang line as part of the length of the solution, and I won't hard code any of the solutions + +**Day 1 Part 1**: 24 bytes +**Day 1 Part 2**: 140 bytes +**Day 2 Part 1**: 51 bytes +**Day 2 Part 2**: 71 bytes