avelino: add initial contribution

Understanding the steps for contribution

Change-Id: I689eeb33e8eb4b18f270b97d0339d8f7b52d4348
Reviewed-on: https://go-review.googlesource.com/57330
Reviewed-by: Kevin Burke <kev@inburke.com>
diff --git a/avelino/main.go b/avelino/main.go
new file mode 100644
index 0000000..2eab406
--- /dev/null
+++ b/avelino/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("Avelino add initial contribute")
+}