зеркало из https://github.com/golang/scratch.git
ladydascalie: add my very own main.go
Change-Id: Ib2bfa4a98c3ec2d2e488e91fae8315c55e690945 Reviewed-on: https://go-review.googlesource.com/127503 Reviewed-by: roger peppe <rogpeppe@gmail.com> Run-TryBot: roger peppe <rogpeppe@gmail.com> TryBot-Result: Gobot Gobot <gobot@golang.org>
This commit is contained in:
Родитель
69bfc871b2
Коммит
17e2aa23f9
|
@ -0,0 +1,11 @@
|
|||
// 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
|
||||
|
||||
import "fmt"
|
||||
|
||||
func main() {
|
||||
fmt.Println("who even needs fmt?")
|
||||
}
|
Загрузка…
Ссылка в новой задаче