зеркало из https://github.com/golang/scratch.git
drichelson: Gophercon commit. round 2
Change-Id: Ia0b2129552132f3f8bc204338a9b819b6ca54350 Reviewed-on: https://go-review.googlesource.com/48759 Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
This commit is contained in:
Родитель
cd34dba13a
Коммит
2d52403d8c
|
@ -0,0 +1,9 @@
|
|||
package main
|
||||
|
||||
import "fmt"
|
||||
|
||||
// It is important for everyone to know that gophers are rodents.
|
||||
|
||||
func main() {
|
||||
fmt.Println("Gophers are burrowing rodents.....")
|
||||
}
|
Загрузка…
Ссылка в новой задаче