some sh updates

This commit is contained in:
Mark McGranaghan 2012-10-01 13:45:25 -07:00
parent c4f1cb50b5
commit 742ba50ad2
2 changed files with 5 additions and 1 deletions

View File

@ -1,2 +1,4 @@
# To run the program, but the code in `hello-world.go` and
# use `go run`.
$ go run hello-world.go
Hello world

View File

@ -1 +1,3 @@
go run variables.go
$ go run variables.go
Hello world
1 2