diff options
| author | mo <mo.khan@gmail.com> | 2019-07-13 13:31:34 -0600 |
|---|---|---|
| committer | mo <mo.khan@gmail.com> | 2019-07-13 13:31:34 -0600 |
| commit | e397927ab6cad22c94baff80486dfa98d4f5ddfe (patch) | |
| tree | a89d4417aa58b84446c2ea30dee1d0b86223fa60 /src/App.java | |
| parent | feb61ff33d63c753613ae540106d56bd379f877c (diff) | |
complete question 5
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 803ca83..4492029 100644 --- a/src/App.java +++ b/src/App.java @@ -26,6 +26,9 @@ public class App { case 4: Q4.RandomSumGame.main(args); break; + case 5: + Q5.Village.main(args); + break; default: System.out.println("Bye"); System.exit(0); |
