summaryrefslogtreecommitdiff
path: root/main.go
diff options
context:
space:
mode:
authorNikolaus Gotsche <n@softwarefools.com>2018-01-07 14:12:23 +0100
committerNikolaus Gotsche <n@softwarefools.com>2018-01-07 14:12:23 +0100
commitfe024cd35abc6ce920d48e96140e74d867f9cdcd (patch)
treed355711f24b8c1fe07891bb567753c4b3742eb3f /main.go
Add main.go
Diffstat (limited to 'main.go')
-rw-r--r--main.go8
1 files changed, 8 insertions, 0 deletions
diff --git a/main.go b/main.go
new file mode 100644
index 0000000..0d4e6c5
--- /dev/null
+++ b/main.go
@@ -0,0 +1,8 @@
+package main
+
+import "fmt"
+
+
+func main() {
+ fmt.Println("Hello World")
+}