[bitboard] Add a BitBoard and a Position struct
This commit is contained in:
parent
8fd01e4f11
commit
ebed5c05ed
3 changed files with 37 additions and 4 deletions
|
|
@ -1,7 +1,3 @@
|
|||
pub fn add(left: usize, right: usize) -> usize {
|
||||
left + right
|
||||
}
|
||||
|
||||
#[cfg(test)]
|
||||
mod tests {
|
||||
use super::*;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue