patch fmt: fmt.Printf
This commit is contained in:
@@ -4,4 +4,5 @@ import "fmt"
|
||||
|
||||
func main() {
|
||||
fmt.Println("Hello, world")
|
||||
fmt.Printf("%f\n", 3.14)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user