Files

3 lines
79 B
C#
Raw Permalink Normal View History

2024-12-17 22:58:51 -06:00
namespace ReindeerMaze;
record Tile(Position Position, int DirectionIndex);