refactor for server

This commit is contained in:
2025-11-11 14:34:42 -05:00
parent 0ff6756713
commit d72a070a73
10 changed files with 17 additions and 5 deletions

3
src/server/mod.rs Normal file
View File

@@ -0,0 +1,3 @@
pub fn run_server() {
println!("hello world!")
}