mirror of
https://github.com/fafhrd91/actix-net
synced 2025-04-07 00:18:51 +02:00
5 lines
67 B
Rust
5 lines
67 B
Rust
#[actix_rt::main]
|
|
async fn main() {
|
|
println!("Hello world");
|
|
}
|