organize and solve logic bugs

This commit is contained in:
2025-11-12 08:22:56 -07:00
parent 889b8ae528
commit 8a682376d9
10 changed files with 108 additions and 109 deletions

View File

@@ -1,6 +1,5 @@
pub mod app;
mod calc;
mod mode;
mod error_msg;
mod ctx;
mod screen;
mod screen;
mod logic;