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