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
/
16
/
ReindeerMaze
/
Tile.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
79 B
C#
Raw
Permalink
Normal View
History
Unescape
Escape
feat: solved day 16 part 2
2024-12-17 22:58:51 -06:00
namespace
ReindeerMaze
;
record
Tile
(
Position
Position
,
int
DirectionIndex
);
Reference in New Issue
Copy Permalink