From 2eb3c1263d9c11c4ceda62369de2c1526b91a217 Mon Sep 17 00:00:00 2001 From: skimrme Date: Sun, 16 Nov 2025 02:39:07 +0000 Subject: [PATCH] =?UTF-8?q?=E8=93=9D=E5=9B=BE=E6=80=9D=E6=83=B3=E8=90=8C?= =?UTF-8?q?=E5=8F=91?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- main.go | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/main.go b/main.go index 54c7de8..508ff1b 100644 --- a/main.go +++ b/main.go @@ -4,8 +4,16 @@ package main import "fmt" - +// 蓝图思想萌发 func main() { + + hello_world() // hello_world表 + +} + + +// hello_world表 +func hello_world() { var H_W string // srting类型变量一定要打引号 H_W = "Hello World" @@ -20,5 +28,4 @@ func main() { fmt.Print(换行) // 变量可以用中文,但是不建议 fmt.Print(age) fmt.Print(换行) // 变量可以用中文,但是不建议 - } \ No newline at end of file