From a8d979800132d76c064621e62e380289fc2569ce Mon Sep 17 00:00:00 2001 From: Rhys Lloyd Date: Fri, 15 May 2026 10:36:19 -0700 Subject: [PATCH] fix bug --- src/klondike.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/klondike.rs b/src/klondike.rs index b5ada92..bcb70f0 100644 --- a/src/klondike.rs +++ b/src/klondike.rs @@ -192,6 +192,7 @@ impl Klondike { let state = KlondikeState { piles: [ + stock, t0, t1, t2, @@ -200,7 +201,6 @@ impl Klondike { t5, t6, t7, - stock, Pile::new(), Pile::new(), Pile::new(),