This website works better with JavaScript
Strona główna
Odkrywaj
Pomoc
Zaloguj się
lukas.angerer
/
AdventOfCode23
Obserwuj
1
Polub
0
Forkuj
0
Pliki
Problemy
0
Oczekujące zmiany
0
Wiki
Gałąź:
main
Gałęzie
Tagi
main
AdventOfCode23
/
Day20
/
Pulse.cs
Pulse.cs
90 B
Bezpośredni odnośnik
Historia
Czysty
1
2
3
namespace Day20;
public record Pulse(string Source, string Destination, bool Value);