diff options
Diffstat (limited to 'src/App.java')
| -rw-r--r-- | src/App.java | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/App.java b/src/App.java index e1c9498..4fdb55f 100644 --- a/src/App.java +++ b/src/App.java @@ -38,6 +38,9 @@ public class App { case 8: Q8.BadmintonScoring.main(args); break; + case 9: + Q9.MovingRobot.main(args); + break; default: System.out.println("Bye"); System.exit(0); |
