#hello-world
Read more stories on Hashnode
Articles with this tag
Get started with Golang · This is the hello world program in golang package main import "fmt" func main() { fmt.Println("Hello World") }