Sign in
go
/
scratch
/
4f495b611b37dbeca01d7348c7b9520aa545627d
/
.
/
bschoch
/
main.go
blob: b80b6c3f36b86a66e563769bd2bb78511cfcb0ca [
file
] [
log
] [
blame
]
// Copyright 2010 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("hello")
}