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