From 68c31e388159505afe2d03a8d56cd41698e4c85d Mon Sep 17 00:00:00 2001 From: Nico-Posada <102486290+Nico-Posada@users.noreply.github.com> Date: Sun, 3 Dec 2023 14:36:47 -0500 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b0f4b88..dabd257 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ 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, and I won't hard code any of the solutions -You can run each solution by running `./part(1|2).(ext) < input.txt` +You can run each solution by running `./part(1|2).(ext) < input.txt` in your terminal (you may have to change the shebang line depending on your environment) **Day 1 Part 1**: 24 bytes