index
:
chessnost
canary
master
shannon-type-b
Somewhat decent chess engine written in Rust
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
main.rs
blob: 11ac972912d9e3c8be6847331b6a3b91a9149b4d (
plain
)
1
2
3
4
5
6
mod bitboard; mod board; fn main() { println!("Hello, world!"); }