Files
herocoordinator/src/main.rs
Lee Smet 95487c9741 Init rust project
Signed-off-by: Lee Smet <lee.smet@hotmail.com>
2025-08-20 12:33:09 +02:00

4 lines
45 B
Rust

fn main() {
println!("Hello, world!");
}