This website works better with JavaScript
Acasă
Explorează
Ajutor
Autentificare
lukas.angerer
/
AdventOfCode23
Urmărește
1
Stea
0
Bifurcare
0
Fisiere
Probleme
0
Trageți solicitările
0
Wiki
Arbore:
0829a1e16f
Ramuri
Etichete
main
AdventOfCode23
/
Day20
/
Pulse.cs
Pulse.cs
90 B
Istoric
Crud
1
2
3
namespace Day20;
public record Pulse(string Source, string Destination, bool Value);