This website works better with JavaScript
Domů
Procházet
Nápověda
Přihlásit se
lukas.angerer
/
AdventOfCode23
Sledovat
1
Oblíbit
0
Rozštěpit
0
Soubory
Úkoly
0
Pull Requesty
0
Wiki
Větev:
main
Větve
Značky
main
AdventOfCode23
/
Day20
/
Pulse.cs
Pulse.cs
90 B
Trvalý odkaz
Historie
Surový
1
2
3
namespace Day20;
public record Pulse(string Source, string Destination, bool Value);