Go言語でHello World! package main import "fmt" func main() { fmt.Println("Hello World!") } main関数が実行される。