Still working on updating code to new poker code.

This commit is contained in:
2021-10-09 21:33:14 -07:00
parent 131c59fbf6
commit 1bf45379af
21 changed files with 196 additions and 189 deletions

View File

@ -6,11 +6,11 @@
*/
#include "poker/card.h"
#include "poker2/poker.h"
#include "poker/poker.h"
int main() {
return (
test_card() ||
test_poker2()
test_poker()
) || 0;
}