patch fmt: fmt.Printf

This commit is contained in:
xushiwei
2024-07-04 17:05:26 +08:00
parent fa53135c8a
commit ab1d05642e
2 changed files with 50 additions and 57 deletions

View File

@@ -4,4 +4,5 @@ import "fmt"
func main() {
fmt.Println("Hello, world")
fmt.Printf("%f\n", 3.14)
}