Adjusted the project structure in the README

This commit is contained in:
2025-07-18 12:28:51 -04:00
parent aabcfc6a9a
commit 84ff23655c

View File

@ -64,6 +64,9 @@ arithmetic via bounded, clamped, and wrapped integer types.
```text ```text
src/ src/
├── main.rs Entry point of the application. ├── main.rs Entry point of the application.
├── menu/ The Menu Applicaiton.
├── badge/ The Badge Application.
├── snake/ The Snake Application.
``` ```
## Getting Started ## Getting Started