diff options
Diffstat (limited to 'main.cpp')
-rw-r--r-- | main.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -25,7 +25,7 @@ int main() { cerr << "Using AI " << STR(AI) << endl; Board bd = Board::makeEmpty(); - cerr << "Initial stone at " << Idx(BSZ * BMID + BMID) << endl; + // cerr << "Initial stone at " << Idx(BSZ * BMID + BMID) << endl; bd.put(BSZ * BMID + BMID, bd.bag.drawRandom()); cout << bd << endl; |