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