package main

import "fmt"

func main() {
  fmt.Print("HelloWorld!")
}
実行結果
HelloWorld!