1
0
mirror of https://github.com/fafhrd91/actix-net synced 2025-01-19 06:04:41 +01:00
2020-04-26 20:11:16 +01:00

5 lines
67 B
Rust

#[actix_rt::main]
async fn main() {
println!("Hello world");
}