diff --git a/cpp/src/stickfosh.cpp b/cpp/src/stickfosh.cpp index acfbf51..dece87a 100644 --- a/cpp/src/stickfosh.cpp +++ b/cpp/src/stickfosh.cpp @@ -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(); } }