Instruction.cs 106 B

12345
  1. using System.Drawing;
  2. namespace Day18;
  3. public record Instruction(char Dir, int Num, Color Color);