From 816a52c7f0bf9fca9abdf3c2eb812e3b7bbafcc5 Mon Sep 17 00:00:00 2001 From: CNcaixukeng <9188907+cncaixukeng@user.noreply.gitee.com> Date: Sun, 30 May 2021 23:00:16 +0800 Subject: [PATCH] =?UTF-8?q?add=20day1/=E8=94=A1=E5=BE=90=E5=9D=A4.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- "day1/\350\224\241\345\276\220\345\235\244" | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 "day1/\350\224\241\345\276\220\345\235\244" diff --git "a/day1/\350\224\241\345\276\220\345\235\244" "b/day1/\350\224\241\345\276\220\345\235\244" new file mode 100644 index 0000000..7a232b6 --- /dev/null +++ "b/day1/\350\224\241\345\276\220\345\235\244" @@ -0,0 +1,9 @@ +package main + +import ( + "fmt" +) + +func main() { + fmt.Println("hello world") +} \ No newline at end of file -- Gitee