From d9db4e639eeda6d291234f63e3212d9841c6388d Mon Sep 17 00:00:00 2001 From: aob Date: Fri, 21 Aug 2020 21:20:22 -0400 Subject: initial commit --- main.go | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 main.go diff --git a/main.go b/main.go new file mode 100644 index 0000000..cfa2853 --- /dev/null +++ b/main.go @@ -0,0 +1,12 @@ +// package hello says hello. +package hello + +import ( + "fmt" +) + +// Hello says hello. +func Hello() { + fmt.Println("Hello") +} + -- cgit 1.4.1-2-gfad0