aboutsummaryrefslogtreecommitdiffstats
path: root/src/main.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/main.cpp')
-rw-r--r--src/main.cpp4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/main.cpp b/src/main.cpp
index d946343..81485f3 100644
--- a/src/main.cpp
+++ b/src/main.cpp
@@ -30,7 +30,9 @@ int main(int argc, char** argv) {
board.print_board();
- board.move_piece(4, 6, 4, 5);
+ board.move_piece(4, 6, 4, 4);
+ board.move_piece(4, 1, 4, 3);
+ board.move_piece(3, 6, 3, 5);
board.print_board();