formating

This commit is contained in:
2024-02-29 15:50:42 -06:00
parent 461059e30a
commit 1942c6b5d1
2 changed files with 8 additions and 1 deletions

7
03-formating.go Normal file
View File

@@ -0,0 +1,7 @@
package main
import "fmt"
func main() {
fmt.Printf("%.2f\n", 1.0/3)
}