Day 18 & Day 20 done
This commit is contained in:
10
2019/day20/portal.go
Normal file
10
2019/day20/portal.go
Normal file
@@ -0,0 +1,10 @@
|
||||
package main
|
||||
|
||||
import h "git.bullercodeworks.com/brian/adventofcode/helpers"
|
||||
|
||||
type Portal struct {
|
||||
Label string
|
||||
From h.Coordinate3d
|
||||
To h.Coordinate3d
|
||||
Outer bool
|
||||
}
|
||||
Reference in New Issue
Block a user