From 566f1cdecac7452318b9ea8768c2e44bc7f03330 Mon Sep 17 00:00:00 2001 From: zguiy <1415466602@qq.com> Date: Tue, 24 Jun 2025 11:54:14 +0800 Subject: [PATCH] =?UTF-8?q?=E8=A7=A6=E5=8F=91Drone=E6=9E=84=E5=BB=BA?= =?UTF-8?q?=E6=B5=8B=E8=AF=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- main.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.go b/main.go index d1bfe67..a021c55 100644 --- a/main.go +++ b/main.go @@ -3,5 +3,5 @@ package main import "fmt" func main() { - fmt.Printf("Hello World!"); + fmt.Printf("Hello World from Drone Demo!"); } \ No newline at end of file