зеркало из https://github.com/golang/scratch.git
geotott21: change main.go to Gophercon
Change-Id: I9081496c6c9639333e9b186f339baa688f8deb04 Reviewed-on: https://go-review.googlesource.com/48603 Reviewed-by: Han-Wen Nienhuys <hanwen@google.com>
This commit is contained in:
Родитель
738d1da634
Коммит
6144ef93cf
|
@ -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("Works????!!")
|
||||
}
|
Загрузка…
Ссылка в новой задаче