Readme fix
This commit is contained in:
parent
472dc28c3b
commit
feb75002bd
|
@ -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.
|
||||||
|
|
Loading…
Reference in a new issue