blob: 12820a87c8b9941f197070330847b188ca90bac1 [file] [log] [blame]
Darron Froese35d028e2017-07-15 13:58:36 -06001// 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("Golang is not Go.")
11}