We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 991a1bd commit fb256c3Copy full SHA for fb256c3
app/src/main/java/hexlet/code/App.java
@@ -1,7 +1,10 @@
1
package hexlet.code;
2
3
-import hexlet.code.games.*;
4
-
+import hexlet.code.games.Calculator;
+import hexlet.code.games.Even;
5
+import hexlet.code.games.GCD;
6
+import hexlet.code.games.Prime;
7
+import hexlet.code.games.Progression;
8
import java.util.Scanner;
9
10
public class App {
0 commit comments