Sign in
go
/
scratch
/
8413ba4b4184ce2f0381433469924130026f1e65
/
.
/
weeellz
/
main.go
blob: 14790c0d5de260cc10df57fc7b923f68bdec0bf9 [
file
] [
log
] [
blame
]
// Copyright 2018 The Go Authors. All Rights Reserved.
// Use of this source code is governed by a BSD-style
// licence that can be found in the LICENSE file.
package main
func main() {
println("Go is awesome")
}