Files
openworm/src/server/mod.rs
2025-11-11 14:34:42 -05:00

4 lines
53 B
Rust

pub fn run_server() {
println!("hello world!")
}