diff options
| author | mo khan <mo@mokhan.ca> | 2019-08-05 14:14:26 -0600 |
|---|---|---|
| committer | mo khan <mo@mokhan.ca> | 2019-08-05 14:14:26 -0600 |
| commit | 21111ab9d640c19f40210c22569541cde0c5ad58 (patch) | |
| tree | 0556a7919164d73c23ab862a6a2d3b7bf60def84 /src/App.java | |
| parent | 725e4fff7b81933d18b1eb50f213ac526045aabc (diff) | |
remove duplicate printing of routes
Diffstat (limited to 'src/App.java')
| -rw-r--r-- | src/App.java | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/App.java b/src/App.java index 4fdb55f..ef9a830 100644 --- a/src/App.java +++ b/src/App.java @@ -10,6 +10,7 @@ public class App { while (true) { if (selection == null) { + System.out.println(); System.out.println("Choose exercise: (1-10)"); selection = in.nextInt(); } |
