martisch: add main.go for Gophercon

Change-Id: Ibe782f37fdf70290b9d8dea24ddda2c2e6a77bc5
Reviewed-on: https://go-review.googlesource.com/48855
Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
diff --git a/martisch/main.go b/martisch/main.go
new file mode 100644
index 0000000..546ba85
--- /dev/null
+++ b/martisch/main.go
@@ -0,0 +1,11 @@
+// Copyright 2017 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("all contributions rule!")
+}