rust_voice_chat_room/server/src/main.rs

5 lines
66 B
Rust
Raw Normal View History

#[tokio::main]
async fn main() {
println!("Hello, world!");
}