Sign in
go
/
scratch
/
8413ba4b4184ce2f0381433469924130026f1e65
/
.
/
darron
/
main.go
blob: 12820a87c8b9941f197070330847b188ca90bac1 [
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
import "fmt"
func main() {
fmt.Println("Golang is not Go.")
}