Files
advent-of-code-2024/13/ClawContraption/PrizeLocation.cs
T

3 lines
74 B
C#

namespace ClawContraption;
record PrizeLocation(decimal X, decimal Y);