From de6a03ce086df0336556dcad82ba415e3e245b87 Mon Sep 17 00:00:00 2001 From: Karma Riuk Date: Mon, 3 Feb 2025 01:05:59 +0100 Subject: [PATCH] fixed mistake --- cpp/src/stickfosh.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cpp/src/stickfosh.cpp b/cpp/src/stickfosh.cpp index 0d91941..f15ede7 100644 --- a/cpp/src/stickfosh.cpp +++ b/cpp/src/stickfosh.cpp @@ -63,7 +63,7 @@ void perft(std::string pos) { auto end = std::chrono::steady_clock::now(); auto elapsed = (end - start).count(); - std::cout << "Results: " << depth << " "; + std::cout << "Results: " << moves << " "; if (moves == expected_n_moves) std::cout << tick << " "; else