diff options
author | Raúl Benencia <rul@kalgan.cc> | 2015-03-28 17:04:01 -0300 |
---|---|---|
committer | Raúl Benencia <rul@kalgan.cc> | 2015-03-28 17:04:01 -0300 |
commit | 922eef24c4ee4116c51eaf175b55f71e94fce6c4 (patch) | |
tree | 68072d9e30b42952dc66692adf16fb45c52fb96e /main.c | |
parent | a7f2a09bce2d94c236469843d0815803edbf3574 (diff) |
use coordinates
Diffstat (limited to 'main.c')
-rw-r--r-- | main.c | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -6,7 +6,8 @@ int main() { Board b = board_init(); - print_board(b); + print_board(b, WHITE); + print_board(b, BLACK); board_delete(b); return 0; |