Bridge Bidding


    Compute the value of the 13 cards in a bridge
    player's hand using point-count method:

        Ace 4 points,
        King 3 points,
        Queen 2 points,
        Jack 1 point,
        a void suit 3 point
        a singleton suit 2 points
        a doubleton suit 1 points


Hello!

please count the points in the hand: AS KS QS JS 9S 8S 7S 6S 3S 2S QH 3H 5C

Debug mode? no yes