aboutsummaryrefslogtreecommitdiff
path: root/src/main.rs
blob: 3555c8111b7880402efb5c7cf38464335011e0dc (plain)
1
2
3
4
5
mod bitboard;

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