#[tokio::main] async fn main() { invoke().await } async fn invoke() { println!("Hello World!"); }