From d62d73cc1d13a392f780f9b8ffe2417d45696ae1 Mon Sep 17 00:00:00 2001 From: x0x7 Date: Sun, 1 Dec 2024 09:00:40 -0500 Subject: [PATCH] Update 2024/day1/Readme.md --- 2024/day1/Readme.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/2024/day1/Readme.md b/2024/day1/Readme.md index 3874b66..276664f 100644 --- a/2024/day1/Readme.md +++ b/2024/day1/Readme.md @@ -4,5 +4,5 @@ These are my solutions for day 1. Thread here: https://goatmatrix.net/c/AdventOfCode/9AyDKNvJ6A -[Part 1 solution](part1.js) -[Part 2 solution](part2.js) \ No newline at end of file +[Part 1 solution](./part1.js) +[Part 2 solution](./part2.js) \ No newline at end of file