blob: 4d0d3cb0a3f6e9ba04f8e385b3c418d4412d9714 [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("Thank you Go team for helping me to get my job done faster!")
}