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
Strom:
b652455b89
Větve
Značky
main
AdventOfCode23
/
Day18
/
Instruction.cs
Instruction.cs
106 B
Historie
Surový
1
2
3
4
5
using System.Drawing;
namespace Day18;
public record Instruction(char Dir, int Num, Color Color);