feat: solved day 13 part 1 and part 2

This commit is contained in:
Stevan Freeborn
2024-12-14 12:58:28 -06:00
parent 46976b049c
commit abfa9e50ba
6 changed files with 312 additions and 3 deletions
+3
View File
@@ -0,0 +1,3 @@
namespace ClawContraption;
record Button(decimal XMovement, decimal YMovement);