diff --git a/src/001-hello-world/hello-world.sh b/src/001-hello-world/hello-world.sh index 7985a70..d03bb1f 100644 --- a/src/001-hello-world/hello-world.sh +++ b/src/001-hello-world/hello-world.sh @@ -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 diff --git a/src/003-variables/variables.sh b/src/003-variables/variables.sh index 9feba20..9da3671 100644 --- a/src/003-variables/variables.sh +++ b/src/003-variables/variables.sh @@ -1 +1,3 @@ -go run variables.go +$ go run variables.go +Hello world +1 2