HelloWorld March 26, 2021 package main import "fmt" func main() { fmt.Print("HelloWorld!") } 実行結果 HelloWorld!