4 lines
53 B
Rust
4 lines
53 B
Rust
pub fn run_server() {
|
|
println!("hello world!")
|
|
}
|
pub fn run_server() {
|
|
println!("hello world!")
|
|
}
|