This website works better with JavaScript
Inicio
Explorar
Axuda
Iniciar sesión
lukas.angerer
/
AdventOfCode23
Seguir
1
Destacar
0
Fork
0
Ficheiros
Incidencias
0
Pull Requests
0
Wiki
Árbore:
b652455b89
Ramas
Etiquetas
main
AdventOfCode23
/
Day18
/
Instruction.cs
Instruction.cs
106 B
Histórico
Raw
1
2
3
4
5
using System.Drawing;
namespace Day18;
public record Instruction(char Dir, int Num, Color Color);