leighmcculloch: add a first contribution

What
===
Add a first contribution to the scratch repo.

Why
===
Because I want to contribute to Go and I'm in the GopherCon Go
Contributor Workshop!

Change-Id: Iffd46054cc6ca993d71e8572d37f3d505380ccd9
Reviewed-on: https://go-review.googlesource.com/48814
Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
This commit is contained in:
Leigh McCulloch 2017-07-15 17:25:54 +00:00 коммит произвёл Brad Fitzpatrick
Родитель 6144ef93cf
Коммит 879090b3ae
1 изменённых файлов: 12 добавлений и 0 удалений

12
leighmcculloch/main.go Normal file
Просмотреть файл

@ -0,0 +1,12 @@
// 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("HI! This is my first contribution to a googlesource repo using gerrit.")
fmt.Println("╰(◕ヮ◕)つ¤=[]———")
}