lineufelipe: add lineufelipe/main.go

Change-Id: If03cbe7c75f7f61ee8ff53de4c68912c217527fe
Reviewed-on: https://go-review.googlesource.com/109155
Reviewed-by: Kevin Burke <kev@inburke.com>
diff --git a/lineufelipe/main.go b/lineufelipe/main.go
new file mode 100644
index 0000000..422761a
--- /dev/null
+++ b/lineufelipe/main.go
@@ -0,0 +1,11 @@
+// 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, I'm Lineu Felipe")
+}