2023-02-20 21:35:19 +01:00

5 lines
66 B
Rust

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