Readme fix

This commit is contained in:
Nathan McCarty 2025-01-10 14:16:31 -05:00
parent 472dc28c3b
commit feb75002bd

View file

@ -7,6 +7,11 @@ The goal of this project is to get all 500 currently available stars in the form
- [Runner](src/Runner.md) - [Runner](src/Runner.md)
Provides data structures for structuring the division of the project into years, days, and parts. Provides data structures for structuring the division of the project into years, days, and parts.
- [Main](src/Main.md)
Provides the `Runner` based command line interface for running a selected day's solution.
- [Util](src/Util.md) - [Util](src/Util.md)
Provides extensions of the functionality of the standard library and external libraries. Extensions to the standard library are in the base of this module. Provides extensions of the functionality of the standard library and external libraries. Extensions to the standard library are in the base of this module.