From 21111ab9d640c19f40210c22569541cde0c5ad58 Mon Sep 17 00:00:00 2001 From: mo khan Date: Mon, 5 Aug 2019 14:14:26 -0600 Subject: remove duplicate printing of routes --- src/App.java | 1 + 1 file changed, 1 insertion(+) (limited to 'src/App.java') 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(); } -- cgit v1.2.3