Files
advent-of-code-go/util/MaxSafeInt.go
T
2020-08-04 19:54:41 -04:00

4 lines
47 B
Go

package util
const MaxSafeInt int = 1<<31 - 1