diff --git a/src/001-hello-world/hello-world.sh b/src/001-hello-world/hello-world.sh index d03bb1f..9717c61 100644 --- a/src/001-hello-world/hello-world.sh +++ b/src/001-hello-world/hello-world.sh @@ -1,4 +1,4 @@ -# To run the program, but the code in `hello-world.go` and +# To run the program, put the code in `hello-world.go` and # use `go run`. $ go run hello-world.go Hello world