gmarik: step 5, submit a contrib

- contrib workshop

Change-Id: I65119e1af5b50f6711703a91d9b17bc1103a0382
Reviewed-on: https://go-review.googlesource.com/48602
Reviewed-by: Kevin Burke <kev@inburke.com>
diff --git a/gmarik/main.go b/gmarik/main.go
new file mode 100644
index 0000000..8e6c00f
--- /dev/null
+++ b/gmarik/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("hello gophercon2017😀👀🎉")
+}