Files

3 lines
103 B
C#

namespace GuardGallivant;
record GuardPosition(int RowIndex, int ColumnIndex, Direction Direction);