Change hello message.
continuous-integration/drone/push Build is passing Details

Done to test the new drone agent.
This commit is contained in:
Jacob Kiers 2022-12-02 20:16:39 +00:00
parent 8ac2c97b0b
commit 5d13ba6971
1 changed files with 1 additions and 1 deletions

View File

@ -1,3 +1,3 @@
fn main() {
println!("Hello, world!");
println!("Hello from Drone!");
}