guest-ha/src/main.rs

4 lines
43 B
Rust
Raw Normal View History

2023-11-04 16:42:04 +01:00
fn main() {
println!("Hello world");
}