Files
advent-of-code-2024/16/ReindeerMaze/Tile.cs
T

3 lines
79 B
C#

namespace ReindeerMaze;
record Tile(Position Position, int DirectionIndex);