Skip to content

Commit

Permalink
Adding a main
Browse files Browse the repository at this point in the history
  • Loading branch information
davassi committed Sep 14, 2023
1 parent 751b0b8 commit 28ea6f9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/bin/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@ fn main() {
println!("\n3. Let's evaluate the hands...");
//let score1 = deck.eval5(hand_p1);
// let score2 = deck.eval5(hand_p1);
println!("Player 1 has a {}", score1);
println!("Player 2 has a {}", score2);
// println!("Player 1 has a {}", score1);
// println!("Player 2 has a {}", score2);

println!("\n4. Celebrate the winner:");
println!("The winner is Player 1\n");
Expand Down

0 comments on commit 28ea6f9

Please sign in to comment.