From 5d13ba69715a9fd823e03f3e3e6fdb68c053371a Mon Sep 17 00:00:00 2001 From: Jacob Kiers Date: Fri, 2 Dec 2022 20:16:39 +0000 Subject: [PATCH] Change hello message. Done to test the new drone agent. --- src/main.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main.rs b/src/main.rs index e7a11a9..362dc77 100644 --- a/src/main.rs +++ b/src/main.rs @@ -1,3 +1,3 @@ fn main() { - println!("Hello, world!"); + println!("Hello from Drone!"); }