From ce4fe7d178daed66468b9d0753a5807e0ee41b05 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=ADle=20Ekaterin=20Liszka?= Date: Fri, 1 Dec 2023 22:49:03 -0800 Subject: [PATCH] update readme --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 985d08f..40f2d43 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,8 @@ This repository contains solutions to puzzles found in Advent of Code 2023. # Usage -Day one's code was written in Perl, and as such requires `perl`. +* Day one: `perl a.pl` and `perl b.pl` +* Day two: `perl a.pl` and `perl b.pl` # License