This website works better with JavaScript
Página inicial
Explorar
Ajuda
Entrar
lukas.angerer
/
AdventOfCode23
Observar
1
Favorito
0
Fork
0
Arquivos
Issues
0
Pull Requests
0
Wiki
Tree:
d28cfe2ad6
Branches
Tags
main
AdventOfCode23
/
Day20
/
Pulse.cs
Pulse.cs
90 B
Histórico
Raw
1
2
3
namespace Day20;
public record Pulse(string Source, string Destination, bool Value);