drone-test/src/main.rs

4 lines
49 B
Rust

fn main() {
println!("Hello from Drone!");
}