Skip to content

Commit

Permalink
board test file refactored
Browse files Browse the repository at this point in the history
  • Loading branch information
Aaron committed Mar 28, 2016
1 parent a9ed604 commit 80cc4bf
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 12 deletions.
12 changes: 0 additions & 12 deletions src/model/Test.java

This file was deleted.

13 changes: 13 additions & 0 deletions src/test/BoardTest.java
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
package test;

import model.Board;

public class BoardTest {

public static void main(String[]args) {
Board checkers = new Board();
checkers.initBoard();
checkers.printBoard();
}
}

0 comments on commit 80cc4bf

Please sign in to comment.