Skip to content

Commit

Permalink
moved bibo to blnu
Browse files Browse the repository at this point in the history
  • Loading branch information
Avo-k committed May 13, 2021
1 parent 83e1933 commit 8d8efda
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
3 changes: 0 additions & 3 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,6 +1,3 @@
/api_token.txt
/snakefish-master/
/perft.py
/skorm_bb/
/perft_results.txt
/opening_book/
1 change: 1 addition & 0 deletions perft.py
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@ def main():
print(f"depth {depth}: {round(r/spent, 2)} n/s")
print(f"time spent {spent}")

import sys

if __name__ == "__main__":
main()

0 comments on commit 8d8efda

Please sign in to comment.