Fix typo in README.md

This commit is contained in:
2025-12-01 16:33:31 -05:00
parent 122ca3af3d
commit 11d45e0f65

View File

@@ -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.