From 11d45e0f65e6b490ae308ac2ade741350f40f09f Mon Sep 17 00:00:00 2001 From: Firewire Date: Mon, 1 Dec 2025 16:33:31 -0500 Subject: [PATCH] Fix typo in README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 2569f99..31f620f 100644 --- a/README.md +++ b/README.md @@ -22,7 +22,7 @@ If you're using ninja to build the project, run the following commands: - `src`: Contains the source code for each day. - `src/common`: Contains some generalized headers that are used by multiple days. -- `src/dayX`: Contains the source code for day `X +- `src/dayX`: Contains the source code for day `X` - `src/dayx/pY`: Contains the source code for part `Y` of day `X` - `input`: Contains the input for each day.