This project is organized into several components, each with its own detailed documentation. The main components are located within the src/bin
directory. Please refer to the specific README files for more detailed information about each component.
Project Root
│
├── README.md
├── src
│ ├── bin
│ │ ├── Day1
│ │ │ └── README.md
│ │ ├── Day2
│ │ │ └── README.md
│ │ └── Day3
│ │ └── README.md
│ └── ...
└── ...