blob: 14790c0d5de260cc10df57fc7b923f68bdec0bf9 [file] [log] [blame]
// Copyright 2018 The Go Authors. All Rights Reserved.
// Use of this source code is governed by a BSD-style
// licence that can be found in the LICENSE file.
package main
func main() {
println("Go is awesome")
}