main: a randomised poker hand generator and classifier.

This commit is contained in:
2026-04-01 06:19:35 +01:00
committed by oreodave
parent e5d5e4037f
commit cd09b3b922
3 changed files with 440 additions and 1 deletions

View File

@@ -4,3 +4,4 @@ version = "0.1.0"
edition = "2024"
[dependencies]
rand = "0.10.0"