Pulse.cs 90 B

123
  1. namespace Day20;
  2. public record Pulse(string Source, string Destination, bool Value);