Skip to content

Commit fb256c3

Browse files
committed
update App.java
1 parent 991a1bd commit fb256c3

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

app/src/main/java/hexlet/code/App.java

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,10 @@
11
package hexlet.code;
22

3-
import hexlet.code.games.*;
4-
3+
import hexlet.code.games.Calculator;
4+
import hexlet.code.games.Even;
5+
import hexlet.code.games.GCD;
6+
import hexlet.code.games.Prime;
7+
import hexlet.code.games.Progression;
58
import java.util.Scanner;
69

710
public class App {

0 commit comments

Comments
 (0)