Files
gf/geg/other/test2.go

9 lines
82 B
Go

package main
import (
"fmt"
)
func main() {
fmt.Println(float32(10)/3)
}