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:
Jouderian Ferreira Nobre Junior 2018-09-18 19:12:51 +02:00 коммит произвёл Daniel Martí
Родитель 2fe947dfa1
Коммит a58427e370
1 изменённых файлов: 12 добавлений и 0 удалений

12
jouderianjr/main.go Normal file
Просмотреть файл

@ -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("🍕🍕🍕 🚀 🖥 🐕 🤡")
}