mbbroberg: Contributing on contributor day 🙌

Adding to the community ❤️

Change-Id: I7eef73d4531c531f4abdd898179f4b168675b732
Reviewed-on: https://go-review.googlesource.com/48726
Reviewed-by: Jessica Frazelle <me@jessfraz.com>
diff --git a/mbbroberg/main.go b/mbbroberg/main.go
new file mode 100644
index 0000000..28cb71c
--- /dev/null
+++ b/mbbroberg/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("I ❤️  this community")
+}