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