Reformat markdown

This commit is contained in:
Nathan McCarty 2025-01-14 15:15:09 -05:00
parent 5a313c952f
commit b0e7c1aa91
14 changed files with 459 additions and 188 deletions

View file

@ -1,24 +1,30 @@
# Advent
# Advent
The goal of this project is to get all 500 currently available stars in the form of one single idris application, and thoroughly document the results as literate idris files.
The goal of this project is to get all 500 currently available stars in the form
of one single idris application, and thoroughly document the results as literate
idris files.
# Index of non-day modules
- [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.
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.
Provides extensions of the functionality of the standard library and external
libraries. Extensions to the standard library are in the base of this module.
- [Util.Eff](src/Util/Eff.md)
Extend the functionality of the effects included in the [eff](https://github.com/stefan-hoeck/idris2-eff/) library
Extend the functionality of the effects included in the
[eff](https://github.com/stefan-hoeck/idris2-eff/) library
# Index of years and days