Skip to content

Commit

Permalink
init
Browse files Browse the repository at this point in the history
  • Loading branch information
Talip committed Mar 22, 2013
1 parent 34808eb commit e897a6b
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions your_code_here/src/nl/ordina/nerdingout/round_3/WalTal.java
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
package nl.ordina.nerdingout.round_3;

import robocode.AdvancedRobot;

public class WalTal extends AdvancedRobot {
@Override
public void run() {
while(true) {
// start your engines for round 3!
}
}
}

0 comments on commit e897a6b

Please sign in to comment.