Test Flops
This commit is contained in:
@ -10,7 +10,7 @@
|
||||
|
||||
int main() {
|
||||
return (
|
||||
!test_card() &&
|
||||
!test_poker()
|
||||
test_card() == 0 &&
|
||||
test_poker() == 0
|
||||
);
|
||||
}
|
Reference in New Issue
Block a user