This is hello world in go
go is a language that was designed by google, it is syntactically similar to c with garbabge collection and other benefits, it has memory safety, structural typing and CSP-style concurrency,
to run it:
download go from their website
clone repo run
git clone https://github.com/blackpandan/go.git
cd ./go
go run hello.go

Log in or sign up for Devpost to join the conversation.