guest-ha/src/main.rs

5 lines
91 B
Rust
Raw Normal View History

2023-11-04 16:43:23 +01:00
#[tokio::main(flavor = "current_thread")]
async fn main() {
2023-11-04 16:42:04 +01:00
println!("Hello world");
}