stickfosh/cpp/src/stickfosh.hpp

6 lines
62 B
C++
Raw Normal View History

#pragma once
#include <string>
void perft(std::string pos);