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
Ramo (Branch):
main
Rami (Branch)
Tag
main
AdventOfCode23
/
Day20
/
Pulse.cs
Pulse.cs
90 B
Permalink
Cronologia
Originale
1
2
3
namespace Day20;
public record Pulse(string Source, string Destination, bool Value);