From 1d658864cce1d82d0995a62b8ee0abd6a4424568 Mon Sep 17 00:00:00 2001 From: lusiyi Date: Thu, 10 Nov 2022 16:02:52 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B7=BB=E5=8A=A0go=E6=A8=A1=E5=9D=97?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/main/go-mod/main.go | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 src/main/go-mod/main.go diff --git a/src/main/go-mod/main.go b/src/main/go-mod/main.go new file mode 100644 index 0000000..b9754f0 --- /dev/null +++ b/src/main/go-mod/main.go @@ -0,0 +1,4 @@ +func main(){ + printf('hello wold') + io.out('ok') + } \ No newline at end of file