From feb75002bde190054cc6264b17c0a180cf32cde9 Mon Sep 17 00:00:00 2001 From: Nathan McCarty Date: Fri, 10 Jan 2025 14:16:31 -0500 Subject: [PATCH] Readme fix --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index b289f91..bd60f8c 100644 --- a/README.md +++ b/README.md @@ -7,6 +7,11 @@ The goal of this project is to get all 500 currently available stars in the form - [Runner](src/Runner.md) 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) Provides extensions of the functionality of the standard library and external libraries. Extensions to the standard library are in the base of this module.