mirror of
https://github.com/onyx-and-iris/aoc2024.git
synced 2025-01-10 06:40:47 +00:00
remove direction.go for both modules
This commit is contained in:
parent
c89f5611ed
commit
2c3e68d884
@ -1,9 +0,0 @@
|
|||||||
package one
|
|
||||||
|
|
||||||
const (
|
|
||||||
N = iota
|
|
||||||
E
|
|
||||||
S
|
|
||||||
W
|
|
||||||
None
|
|
||||||
)
|
|
@ -1,9 +0,0 @@
|
|||||||
package two
|
|
||||||
|
|
||||||
const (
|
|
||||||
N = iota
|
|
||||||
E
|
|
||||||
S
|
|
||||||
W
|
|
||||||
None
|
|
||||||
)
|
|
Loading…
Reference in New Issue
Block a user