This website works better with JavaScript
Home
Esplora
Aiuto
Accedi
lukas.angerer
/
AdventOfCode23
Segui
1
Vota
0
Forka
0
File
Problemi
0
Pull Requests
0
Wiki
Albero (Tree):
d28cfe2ad6
Rami (Branch)
Tag
main
AdventOfCode23
/
Day5
/
Range.cs
Range.cs
67 B
Cronologia
Originale
1
2
3
namespace Day5;
public record Range(long Start, long Length);