#[main]
Marks async main function as the actix system entry-point.
#[actix_web::main] async fn main() { async { println!("Hello world"); }.await }