Hello World: go To run this program: $ go run hello-world.go hello world To compile it for faster runs later on: $ go build hello-world.go Then to run it, we can use: $ ./hello-world