Skip to content

Commit

Permalink
updated test.java
Browse files Browse the repository at this point in the history
  • Loading branch information
KhushalGupta authored Sep 30, 2018
1 parent 4f133f1 commit 6e4e56d
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions Test.java
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,9 @@ public static void main(String[] args) {

Routine routine = new Repeat((new Wander(board)));
droid.setRoutine(routine);
System.out.println(droid);

for (int i = 0; i < 10; i++) {
droid.update();
System.out.println(droid);
}
}
}

0 comments on commit 6e4e56d

Please sign in to comment.