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
/
06
/
GuardGallivant
/
GuardPosition.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
103 B
C#
Raw
Permalink
Normal View
History
Unescape
Escape
feat: solved day 6 part 1 and part 2
2024-12-07 01:28:15 -06:00
namespace
GuardGallivant
;
record
GuardPosition
(
int
RowIndex
,
int
ColumnIndex
,
Direction
Direction
);
Reference in New Issue
Copy Permalink