To execute a Golang program, write go run
at the cli followed by the name of the file.
Print Hello World with comments (Golang Playground)
go run HelloWorld.go
To execute a Golang program, write go run
at the cli followed by the name of the file.
Print Hello World with comments (Golang Playground)
go run HelloWorld.go