burrow/server/src/main.rs
2024-11-22 11:21:02 +08:00

6 lines
78 B
Rust

pub mod client;
pub mod server;
fn main() {
println!("Hello, world!");
}