rrey: add myself

Change-Id: I91c255a4e28f49133c7899b3c1831715d3ad1987
Reviewed-on: https://go-review.googlesource.com/48850
Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
diff --git a/rrey/main.go b/rrey/main.go
new file mode 100644
index 0000000..e30a9f3
--- /dev/null
+++ b/rrey/main.go
@@ -0,0 +1,12 @@
+// 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("Hola Mundo!")
+	fmt.Println("Hello, World!!!")
+}