зеркало из https://github.com/golang/scratch.git
nd: initial commit for the hello world program
Change-Id: Ieac8adfeed028888b5c15bb6137d27685b1574c7 Reviewed-on: https://go-review.googlesource.com/132264 Run-TryBot: Ian Lance Taylor <iant@golang.org> TryBot-Result: Gobot Gobot <gobot@golang.org> Reviewed-by: Ian Lance Taylor <iant@golang.org>
This commit is contained in:
Родитель
dc067cb4bb
Коммит
205311ee34
|
@ -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("hello world")
|
||||||
|
}
|
Загрузка…
Ссылка в новой задаче