manzan46: hello gopherconuk

Just trying to make my first contribution.

Change-Id: I5efb75de504a4248594f62213c9e3e78deea1ce0
Reviewed-on: https://go-review.googlesource.com/c/scratch/+/191302
Reviewed-by: Daniel Martí <mvdan@mvdan.cc>
Run-TryBot: Daniel Martí <mvdan@mvdan.cc>
diff --git a/manzan_46/main.go b/manzan_46/main.go
new file mode 100644
index 0000000..8ce0bb8
--- /dev/null
+++ b/manzan_46/main.go
@@ -0,0 +1,11 @@
+// Copyright 2019 The Go Authors. All rights reserved.
+// Use of this source code is governed by a BSD-style
+// license that can be found in the LICENSE file.
+
+package main
+
+import "fmt"
+
+func main() {
+	fmt.Println("Hello, Heetch Team here.")
+}