blob: 63cd002d135773a80eb8f8c6eb8b508edd7e807b [file] [log] [blame]
Jaana Burcu Dogan44f100f2017-07-15 09:39:58 -07001// Copyright 2017 The Go Authors. All rights reserved.
2// Use of this source code is governed by a BSD-style
3// license that can be found in the LICENSE file.
4
5package main
6
7import "fmt"
8
9func main() {
10 fmt.Println("goodbye world")
11}