card game stuff

This commit is contained in:
2026-05-15 06:53:18 -07:00
parent 09edadc822
commit 77b38608d9
5 changed files with 428 additions and 4 deletions
+2
View File
@@ -1,6 +1,8 @@
pub mod card_game;
pub mod klondike;
pub type Rng = rand::rngs::ThreadRng;
// test readme
#[doc = include_str!("../README.md")]
#[cfg(doctest)]