aoc2024/day-12/internal/one/direction.go

9 lines
42 B
Go
Raw Normal View History

2024-12-13 10:02:48 +00:00
package one
const (
N = iota
E
S
W
)