From b242c5cc79c58d2ecac06922720e6da33f9660fd Mon Sep 17 00:00:00 2001 From: LV Mingze <18231950177@163.com> Date: Mon, 14 Oct 2024 16:56:29 +0800 Subject: [PATCH] Create main.go --- main.go | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 main.go diff --git a/main.go b/main.go new file mode 100644 index 0000000..6b5783e --- /dev/null +++ b/main.go @@ -0,0 +1,7 @@ +package main + + import "fmt" + + func main() { + fmt.Println("Hello, World!") + }