mirror of
https://gitee.com/johng/gf
synced 2026-06-30 11:05:11 +08:00
9 lines
82 B
Go
9 lines
82 B
Go
package main
|
|
|
|
import (
|
|
"fmt"
|
|
)
|
|
|
|
func main() {
|
|
fmt.Println(float32(10)/3)
|
|
} |