blob: 65721b69b8198cd6d808b1dae1f7ea27edd2a94d [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
func main() {
println("ee")
greeting()
}