This commit is contained in:
Jos van Goor 2022-12-05 20:28:34 +01:00
parent 00a246c683
commit 57f485db3d

View file

@ -36,7 +36,7 @@ std::vector<std::vector<char>> read_initial_setup()
struct Instruction
{
std::size_t move{};
std::ptrdiff_t move{};
std::size_t from{};
std::size_t to{};
};