This website works better with JavaScript
Strona główna
Odkrywaj
Pomoc
Zaloguj się
lukas.angerer
/
AdventOfCode23
Obserwuj
1
Polub
0
Forkuj
0
Pliki
Problemy
0
Oczekujące zmiany
0
Wiki
Drzewo:
ec7ab11a32
Gałęzie
Tagi
main
AdventOfCode23
/
Day18
/
Line.cs
Line.cs
74 B
Historia
Czysty
1
2
3
namespace Day18;
public record Line(Vec Start, Vec Dir, int Length);