bontequero: add main.go

My first gerrit CL.
Change-Id: Ifab1aad35229348fe4e9292fd4f1d5298999e6db
Reviewed-on: https://go-review.googlesource.com/105356
Run-TryBot: Daniel Martí <mvdan@mvdan.cc>
TryBot-Result: Gobot Gobot <gobot@golang.org>
Reviewed-by: Daniel Martí <mvdan@mvdan.cc>
diff --git a/bontequero/main.go b/bontequero/main.go
new file mode 100644
index 0000000..5f5ef35
--- /dev/null
+++ b/bontequero/main.go
@@ -0,0 +1,9 @@
+// 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
+
+func main() {
+	println("Go is awesome")
+}