Sign in
go
/
scratch
/
a6564155a7a960ff7b371a08ed051d3fe9658282
/
.
/
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")
}