evaluation
This commit is contained in:
@ -53,3 +53,8 @@ void printMove(const struct move_t move) {
|
||||
printf("%c", piece);
|
||||
}
|
||||
}
|
||||
|
||||
void printMoveln(const struct move_t move) {
|
||||
printMove(move);
|
||||
printf("\n");
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user