Added resetting betting round command

This commit is contained in:
2021-10-10 20:48:52 -07:00
parent 1bf45379af
commit 60a699954b
5 changed files with 67 additions and 6 deletions

View File

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