stickfosh/cpp/src/perft.hpp

7 lines
76 B
C++
Raw Normal View History

#pragma once
#include <string>
void perft(std::string pos);
2025-02-04 21:51:58 +01:00
void perft();