learning_go/headFirst/third/main.go
2025-08-22 18:07:44 +03:00

8 lines
99 B
Go

package main
import "fmt"
func main() {
lol := 0.4444
fmt.Printf("\nthis is float %#v\n",lol)
}