mirror of
https://gitlab.com/manzerbredes/uciadapter.git
synced 2025-04-19 03:59:43 +00:00
Initialize project
This commit is contained in:
commit
f5d9fe6211
17 changed files with 22455 additions and 0 deletions
15
main.cpp
Normal file
15
main.cpp
Normal file
|
@ -0,0 +1,15 @@
|
|||
#include <iostream>
|
||||
#include <string>
|
||||
#include "UCI.hpp"
|
||||
|
||||
using namespace uciadapter;
|
||||
using namespace std;
|
||||
|
||||
int main() {
|
||||
|
||||
UCI u("/home/loic/Stockfish-sf_14.1/src/stockfish");
|
||||
|
||||
std::cout << u.GetBuffer() << std::endl;
|
||||
|
||||
return (0);
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue