summaryrefslogtreecommitdiffstats
path: root/src/main.rs
diff options
context:
space:
mode:
authorKyohei Uto <kyoheiu@outlook.com>2022-08-08 21:46:49 +0900
committerKyohei Uto <kyoheiu@outlook.com>2022-08-08 21:46:49 +0900
commit4c7b3525fa031531513e1475b7079e6792d7c9f3 (patch)
treeab23006959954e8075f847af418bbf980fe1210c /src/main.rs
parentd655c236f6afe1f7225cb976d9c25b0dbfe86b9b (diff)
Refactor: create layout.rs
Diffstat (limited to 'src/main.rs')
-rw-r--r--src/main.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/main.rs b/src/main.rs
index 11f676d..4a82655 100644
--- a/src/main.rs
+++ b/src/main.rs
@@ -2,6 +2,7 @@ mod config;
mod errors;
mod functions;
mod help;
+mod layout;
mod nums;
mod op;
mod run;