зеркало из https://github.com/golang/scratch.git
carmen: add carmen/main.go
Change-Id: I8bb189efb00d591f40901206e7ce18bfe3005467 Reviewed-on: https://go-review.googlesource.com/48952 Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
This commit is contained in:
Родитель
de3ff8bfc9
Коммит
08173b74bd
|
@ -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("WASSUP NERDS")
|
||||||
|
}
|
Загрузка…
Ссылка в новой задаче