mod tests; mod modules; const SERVER_ADDRESS: &str = "localhost:5000"; fn main() { println!("hello world"); }