This website works better with JavaScript
Domovská stránka
Prehľadávať
Pomoc
Prihlásiť sa
lukas.angerer
/
AdventOfCode23
Pridať medzi pozorované
1
Hviezda
0
Fork
0
Súbory
Issues
0
Pull requesty
0
Wiki
Strom:
d28cfe2ad6
Branche
Tagy
main
AdventOfCode23
/
Day20
/
Pulse.cs
Pulse.cs
90 B
História
Raw
1
2
3
namespace Day20;
public record Pulse(string Source, string Destination, bool Value);