mirror of
https://github.com/onyx-and-iris/aoc2024.git
synced 2025-01-09 14:20:48 +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