Files
game-of-life/math/const.go
Natercio Moniz ea5b5c4e75 Initial commit
implemented the game of life variation with hexagonal grid
2025-12-16 11:33:00 +00:00

6 lines
48 B
Go

package math
import "math"
const Pi = math.Pi