Sign in
go
/
scratch
/
878e5d9ff28cfc6ce8fd6bb333b5cae4ac01664c
/
.
/
martisch
/
main.go
blob: 546ba85be160ae89da98de013b59a16d40ecbf2a [
file
] [
log
] [
blame
]
// Copyright 2017 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
import "fmt"
func main() {
fmt.Println("all contributions rule!")
}