blob: 4a637b8e709908d229f1f0f9b5edc1149f27b8be [file] [log] [blame]
// 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("I'm contributing to Go! (well, kinda :)")
}