drone-test/src/main.rs
Jacob Kiers 5d13ba6971
All checks were successful
continuous-integration/drone/push Build is passing
Change hello message.
Done to test the new drone agent.
2022-12-02 20:16:39 +00:00

4 lines
49 B
Rust

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