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
main
advent-of-code-2024
/
05
/
PrintQueue
/
OrderRule.cs
T
Add File
New File
Upload File
Apply Patch
Copy Permalink
Download directory as ZIP
Download directory as TAR.GZ
Delete Directory
3 lines
57 B
C#
Raw
Permalink
Normal View
History
Unescape
Escape
feat: solve day 5 part 1
2024-12-05 23:10:08 -06:00
namespace
PrintQueue
;
record
OrderRule
(
int
X
,
int
Y
);
Reference in New Issue
Copy Permalink