这是我第一个go程序

func main() {//求圆的面积var r float32 =10    var l float32l=2*3.14*rfmt.Println("圆的周长为",l)}