package main import ( "fmt" ) func main() { fmt.Println(` Golang is a statically typed language loved by scientists and researchers, developed by Google.`) }