#[tokio::main]
async fn main() {
println!("Hello World!");
}Hello World
Reverier-Xu at 2019-08-16 01:33:33 Life CC-BY-NC-SA 4.0

Reverier-Xu at 2019-08-16 01:33:33 Life CC-BY-NC-SA 4.0
#[tokio::main]
async fn main() {
println!("Hello World!");
}