blob: 5f5ef356a1c80027a4fbe513b9e89e4865cc98b0 [file] [log] [blame]
// 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")
}