📅  最后修改于: 2022-03-11 14:45:00.967000             🧑  作者: Mango
package main
import (
"fmt"
)
func main() {
fmt.Println(`
Golang is a statically typed language loved
by scientists and researchers, developed by
Google.`)
}