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:
Nikhita Raghunath 2017-07-15 11:17:41 -06:00 коммит произвёл Brad Fitzpatrick
Родитель 61a6208a1d
Коммит 91fa9e6238
1 изменённых файлов: 11 добавлений и 0 удалений

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

@ -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!!!!!!!!")
}