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:
b652455b89
Ramuri
Etichete
main
AdventOfCode23
/
Day18
/
Instruction.cs
Instruction.cs
106 B
Istoric
Crud
1
2
3
4
5
using System.Drawing;
namespace Day18;
public record Instruction(char Dir, int Num, Color Color);