From 8c585f30c8c4f89e2807bdd862e31705ba6dbb31 Mon Sep 17 00:00:00 2001 From: zjgcjy Date: Fri, 20 Sep 2024 00:54:46 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B7=BB=E5=8A=A0=20main.go?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 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..f033098 --- /dev/null +++ b/main.go @@ -0,0 +1,7 @@ +package main + +import "fmt" + +func main() { + fmt.Printf("Hello World!"); +} \ No newline at end of file