From 49458503e5e26965438eb13ff61053e67bfee9cc Mon Sep 17 00:00:00 2001 From: Wesley Moore Date: Sat, 2 Dec 2023 12:25:39 +1000 Subject: [PATCH] Update README.md --- 2023/day1/README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/2023/day1/README.md b/2023/day1/README.md index e8a1e5c..fdcd99f 100644 --- a/2023/day1/README.md +++ b/2023/day1/README.md @@ -1,9 +1,9 @@ -I completed this one with just shell tools. +I completed this one with just shell tools (chimerautils). Day 1: - zsh day1.zsh ../input/day1.txt + sh day1.sh ../input/day1.txt Day 2: - zsh day1.2.zsh ../input/day1.txt + sh day1.2.sh ../input/day1.txt