aboutsummaryrefslogtreecommitdiff
path: root/src/main.rs
blob: dc04d4b696eba2e5e9819013609fa50f9976cb39 (plain)
1
2
3
4
5
6
7
mod bitboard;
mod board;
mod attacks;

fn main() {
    println!("Hello, world!");
}