wayneashleyberry: new package

Change-Id: I67ece7c1cddf91932ae9f532f4294f5f97ddb011
Reviewed-on: https://go-review.googlesource.com/117137
Run-TryBot: Daniel Martí <mvdan@mvdan.cc>
TryBot-Result: Gobot Gobot <gobot@golang.org>
Reviewed-by: Daniel Martí <mvdan@mvdan.cc>
diff --git a/wayneashleyberry/main.go b/wayneashleyberry/main.go
new file mode 100644
index 0000000..4e6a759
--- /dev/null
+++ b/wayneashleyberry/main.go
@@ -0,0 +1,10 @@
+// Copyright 2018 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 World!")
+}