added empty line before move counts to ease copying
This commit is contained in:
parent
e5bb2d1a5f
commit
76310400e8
@ -86,6 +86,6 @@ void perft(std::string pos) {
|
||||
std::cout << "positions Time: " << elapsed << " milliseconds"
|
||||
<< std::endl;
|
||||
if (moves != expected_n_moves)
|
||||
std::cout << res.str();
|
||||
std::cout << std::endl << res.str();
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user