mirror of
https://github.com/Threnklyn/advent-of-code-go.git
synced 2026-06-07 04:33:31 +02:00
replaced 1 << 31 - 1 with math.MaxInt32
This commit is contained in:
@@ -1,3 +0,0 @@
|
||||
package util
|
||||
|
||||
const MaxSafeInt int = 1<<31 - 1
|
||||
@@ -1,12 +0,0 @@
|
||||
/*
|
||||
just a test to see how building other parts of a package works
|
||||
*/
|
||||
|
||||
package util
|
||||
|
||||
import "fmt"
|
||||
|
||||
// OtherFunc is a test :p
|
||||
func OtherFunc() {
|
||||
fmt.Println("hello from other func")
|
||||
}
|
||||
Reference in New Issue
Block a user