diff options
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(); } |
