Still working on updating code to new poker code.
This commit is contained in:
@ -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;
|
||||
}
|
Reference in New Issue
Block a user