1、第一行代码packege main
2、第二行代码import“fmt"
3、第三行代码func main(){
}
4、第四行输入var {
a string
b int
c bool
d float 32
5、第五行输入代码体}