added empty line before move counts to ease copying
This commit is contained in:
@ -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();
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user