Sign in
go
/
scratch
/
33645a6906e77b73a45e3010fa9224b11a083f3c
/
.
/
bontequero
/
main.go
blob: 5f5ef356a1c80027a4fbe513b9e89e4865cc98b0 [
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
func main() {
println("Go is awesome")
}