namespace Day15; public record InitializationStep(string Instruction) { public byte GetHash() { return AsciiHash.Hash(Instruction); } }