This website works better with JavaScript
Home
Esplora
Aiuto
Accedi
lukas.angerer
/
AdventOfCode23
Segui
1
Vota
0
Forka
0
File
Problemi
0
Pull Requests
0
Wiki
Albero (Tree):
b652455b89
Rami (Branch)
Tag
main
AdventOfCode23
/
Day18
/
Instruction.cs
Instruction.cs
106 B
Cronologia
Originale
1
2
3
4
5
using System.Drawing;
namespace Day18;
public record Instruction(char Dir, int Num, Color Color);