Missing package for Usage program

Added package for usage
This commit is contained in:
Daniyar Kuttymbek 2022-11-23 03:04:04 +06:00 committed by Niccolò Primo
parent d40ec29cf3
commit 0c8d2b0fa7
1 changed files with 1 additions and 0 deletions

View File

@ -62,6 +62,7 @@ pub fn winner_card(card: &Card) -> bool {
Here is a program to test your function Here is a program to test your function
```rust ```rust
use card_deck::*;
fn main() { fn main() {
let your_card = Card { let your_card = Card {
rank: Rank::random(), rank: Rank::random(),