make test

This commit is contained in:
2026-05-15 08:38:47 -07:00
parent 2d0fb8f0c1
commit 30f2fec61b
2 changed files with 33 additions and 0 deletions
+3
View File
@@ -1,6 +1,9 @@
pub mod card_game;
pub mod klondike;
#[cfg(test)]
mod test;
pub type Rng = rand::rngs::ThreadRng;
// test readme