From f0e7c9f3f07b57a8a02191ea0a8d86432ab0ebea Mon Sep 17 00:00:00 2001 From: Aryadev Chavali Date: Fri, 14 Feb 2025 20:53:44 +0000 Subject: WIP: Making a simple re-deal program. Gives a hand from a shuffled deck to the user, asks them to provide indices for cards they wish to re-deal then does so. --- cantedraw.asd | 1 + 1 file changed, 1 insertion(+) (limited to 'cantedraw.asd') diff --git a/cantedraw.asd b/cantedraw.asd index 653afb4..c3dcc4e 100644 --- a/cantedraw.asd +++ b/cantedraw.asd @@ -1,4 +1,5 @@ (asdf:defsystem :cantedraw + :depends-on (:alexandria) :components ((:file "packages") (:file "lib.macros") (:file "lib.functions") -- cgit v1.2.3-13-gbd6f