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