5 lines
66 B
Rust
5 lines
66 B
Rust
#[tokio::main]
|
|
async fn main() {
|
|
println!("Hello, world!");
|
|
}
|