feat: solved day 16 part 2
This commit is contained in:
@@ -0,0 +1,3 @@
|
||||
namespace ReindeerMaze;
|
||||
|
||||
record Tile(Position Position, int DirectionIndex);
|
||||
Reference in New Issue
Block a user
@@ -0,0 +1,3 @@
|
||||
namespace ReindeerMaze;
|
||||
|
||||
record Tile(Position Position, int DirectionIndex);
|
||||