Get Set Learn Go
Example demonstrates printing hello world on console
func main() { fmt.Println("Hello World!") }
Hello World!