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