This website requires JavaScript.
Explore
Help
Sign In
Stevan
/
advent-of-code-2024
Watch
1
Star
0
Fork
0
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
Files
abfa9e50ba5723dc971f2429658b1b1937bc778e
advent-of-code-2024
/
13
/
ClawContraption
/
Button.cs
T
3 lines
83 B
C#
Raw
Normal View
History
Unescape
Escape
feat: solved day 13 part 1 and part 2
2024-12-14 12:58:28 -06:00
namespace
ClawContraption
;
record
Button
(
decimal
XMovement
,
decimal
YMovement
);
Reference in New Issue
Copy Permalink