执行以下操作

// 引用该包
import “fmt”

// 定义一个常量
const PI = 3.14

// 将字符串写入标准输出
fmt.Println(“Hello World!”)