Update judge.c

main
po79yr3at 1 year ago
parent b1384ff2f6
commit 4e36b66484

@ -1,7 +1,6 @@
#include "all.h" #include "all.h"
int main(){ int main(){
ptrInit();
initRandomSeed(); initRandomSeed();
struct Sudoku a; struct Sudoku a;
sudokuCopy(sudokuRandomGenerate(10), &a); sudokuCopy(sudokuRandomGenerate(10), &a);
@ -9,5 +8,4 @@ int main(){
sudokuPrint(a); sudokuPrint(a);
sudokuJudge(a); sudokuJudge(a);
return 0; return 0;
ptrClear();
} }
Loading…
Cancel
Save