1、第一行代码packege main
2、第二行代码import“fmt"
3、第三行代码func main(){
}
4、第四行代码fmt.println(“hello world”)
5、鼠标右键点击Run code即可看到运行结果