Sign in
go
/
scratch
/
5aa3f7e8288fe000f9dd0340993a5533690efe65
/
.
/
darron
/
main.go
blob: 12820a87c8b9941f197070330847b188ca90bac1 [
file
] [
log
] [
blame
]
Darron Froese
35d028e
2017-07-15 13:58:36 -0600
[
diff
] [
blame
]
1
// 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
5
package main
6
7
import "fmt"
8
9
func main() {
10
fmt.Println("Golang is not Go.")
11
}