Files
gf/geg/other/test.go

10 lines
98 B
Go

package main
import (
"fmt"
"math"
)
func main() {
fmt.Println(int(math.MaxInt64))
}