Sign in
go
/
scratch
/
1d4104dcb8168bc8589c713efd20242a0e7b15ee
/
.
/
jtblakeley
/
main.go
blob: 61bbba7b38b20f5bb526fc053c9d17b7e4dd62f0 [
file
] [
log
] [
blame
]
// Copyright 2018 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("こんにちは!")
}