From 7cbe9ac776addf75fefc1b2ac5f0902b4d5379f4 Mon Sep 17 00:00:00 2001 From: Baoshuo Date: Wed, 8 Jun 2022 11:13:00 +0800 Subject: [PATCH] =?UTF-8?q?#2.=20=E4=BD=A0=E5=A5=BD=EF=BC=8C=E4=B8=96?= =?UTF-8?q?=E7=95=8C=EF=BC=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit https://loj.ac/s/1478042 --- LibreOJ/2/2.go | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 LibreOJ/2/2.go diff --git a/LibreOJ/2/2.go b/LibreOJ/2/2.go new file mode 100644 index 00000000..b7d2a320 --- /dev/null +++ b/LibreOJ/2/2.go @@ -0,0 +1,7 @@ +package main + +import "fmt" + +func main() { + fmt.Println("Hello, World!") +}