nicer
This commit is contained in:
parent
00a246c683
commit
57f485db3d
1 changed files with 1 additions and 1 deletions
|
|
@ -36,7 +36,7 @@ std::vector<std::vector<char>> read_initial_setup()
|
||||||
|
|
||||||
struct Instruction
|
struct Instruction
|
||||||
{
|
{
|
||||||
std::size_t move{};
|
std::ptrdiff_t move{};
|
||||||
std::size_t from{};
|
std::size_t from{};
|
||||||
std::size_t to{};
|
std::size_t to{};
|
||||||
};
|
};
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue