This commit is contained in:
2025-09-24 16:54:52 +08:00
parent 45f86ba95e
commit 57a7e9216e
22 changed files with 1647 additions and 102 deletions

View File

@@ -10,7 +10,7 @@ def main():
cards_str = sys.argv[1]
hand_ranking = HandEvaluator.evaluateFromInput(cards_str)
hand_ranking = HandEvaluator.evaluate_from_input(cards_str)
print(hand_ranking)