✨Feat: 大写导出名

This commit is contained in:
2025-12-29 15:59:58 +08:00
parent 5eb0810f04
commit 9b5169b78b
2 changed files with 34 additions and 2 deletions
+10
View File
@@ -0,0 +1,10 @@
package main
import (
"fmt"
"math"
)
func main() {
fmt.Println("You know Pi =", math.Pi)
}