use chess::position::Position; mod chess; fn main() { let mut position = Position::new(); }