This commit is contained in:
Mark McGranaghan 2012-09-20 19:13:58 -07:00
parent 6dacfab5db
commit 0606feeea7

View File

@ -9,6 +9,6 @@ func main() {
} }
/* /*
$ go run 01-hello.go // Use `go run` to run the program. $ go run 01-hello.go // Use `go run` to run it.
Hello world Hello world
*/ */