This commit is contained in:
Ruediger Ludwig 2023-01-24 10:13:28 +01:00
commit 284f099d3e
22 changed files with 1717 additions and 0 deletions

9
src/common/mod.rs Normal file
View file

@ -0,0 +1,9 @@
pub mod area;
pub mod direction;
pub mod file;
pub mod helper;
pub mod math;
pub mod number;
pub mod permutations;
pub mod pos;
pub mod turn;