feat: solved day 13 part 1 and part 2
This commit is contained in:
@@ -0,0 +1,3 @@
|
||||
namespace ClawContraption;
|
||||
|
||||
record PrizeLocation(decimal X, decimal Y);
|
||||
Reference in New Issue
Block a user
@@ -0,0 +1,3 @@
|
||||
namespace ClawContraption;
|
||||
|
||||
record PrizeLocation(decimal X, decimal Y);
|
||||