Test Flops

This commit is contained in:
2021-10-10 20:54:52 -07:00
parent 60a699954b
commit 8139cc4614
2 changed files with 9 additions and 7 deletions

View File

@ -10,7 +10,7 @@
int main() {
return (
!test_card() &&
!test_poker()
test_card() == 0 &&
test_poker() == 0
);
}