Created Wireframe for code structure

This commit is contained in:
2023-12-01 06:41:23 +00:00
parent 8f24f18d26
commit af0b387339
6 changed files with 53 additions and 4 deletions
+5 -3
View File
@@ -1,3 +1,5 @@
fn main() {
println!("Hello, world!");
}
mod utils;
mod solutions;
fn main() {}