зеркало из https://github.com/golang/scratch.git
workshop: this is so awesome!
Change-Id: I04772e900fdb1e1fb3a3e6e53e04b5b603f61c3c Reviewed-on: https://go-review.googlesource.com/48719 Reviewed-by: Chris Broadfoot <cbro@golang.org> Run-TryBot: Han-Wen Nienhuys <hanwen@google.com>
This commit is contained in:
Родитель
61a6208a1d
Коммит
91fa9e6238
|
@ -0,0 +1,11 @@
|
|||
// 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("This workshop is awesome!!!!!!!!")
|
||||
}
|
Загрузка…
Ссылка в новой задаче