From 3c74d30efbb3c3755ec0b555e5c6d89798558ed6 Mon Sep 17 00:00:00 2001 From: Bram Prieshof Date: Tue, 5 Jan 2021 00:38:07 +0100 Subject: [PATCH] inital commit --- main.go | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 main.go diff --git a/main.go b/main.go new file mode 100644 index 0000000..30ed049 --- /dev/null +++ b/main.go @@ -0,0 +1,7 @@ +package main + +import "fmt" + +func main() { + fmt.Println("Hello World") +} \ No newline at end of file