зеркало из https://github.com/golang/scratch.git
jouderianjr: add my very own main.go
Change-Id: Id0d26ce47dc24ef67b2d67e80937d48139cc8a9d Reviewed-on: https://go-review.googlesource.com/136026 Run-TryBot: Daniel Martí <mvdan@mvdan.cc> TryBot-Result: Gobot Gobot <gobot@golang.org> Reviewed-by: Daniel Martí <mvdan@mvdan.cc>
This commit is contained in:
Родитель
2fe947dfa1
Коммит
a58427e370
|
@ -0,0 +1,12 @@
|
|||
// 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("🍕🍕🍕 🚀 🖥 🐕 🤡")
|
||||
|
||||
}
|
Загрузка…
Ссылка в новой задаче