Documentation
1
2
3
4
5
use tokio::runtime::Runtime;

fn main() {
    println!("Hello, world!");
}