moved to the tests file

This commit is contained in:
LinlyBoi
2023-05-04 22:52:02 +03:00
parent 0959ff00e6
commit 85e022f0fb

View File

@@ -7,7 +7,6 @@ mod tests;
use array2d::Array2D; use array2d::Array2D;
pub use indices::*; pub use indices::*;
use self::score_checkers::scan;
#[derive(Clone)] #[derive(Clone)]
pub struct Board { pub struct Board {
red_score: i32, red_score: i32,