lagimenez: Add main.go

Change-Id: I50e6fd9ef7d73ab7e15bf5ff488c3c587028acd1
Reviewed-on: https://go-review.googlesource.com/120115
Run-TryBot: Daniel Martí <mvdan@mvdan.cc>
TryBot-Result: Gobot Gobot <gobot@golang.org>
Reviewed-by: Daniel Martí <mvdan@mvdan.cc>
diff --git a/lagimenez/main.go b/lagimenez/main.go
new file mode 100644
index 0000000..b61d35b
--- /dev/null
+++ b/lagimenez/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("who even needs fmt? We do.")
+}