# Go Build `go build` compiles go code into an executable program ## Build an executable Ensure you are in your hellogo repo, then run: ```bash go build ``` Run the new program: ```bash ./hellogo ```