Skip to content

Commit 5fe99a6

Browse files
author
Aleksandr Pronichev
committed
fix Calc.java
1 parent d9a6c0b commit 5fe99a6

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

app/src/main/java/hexlet/code/games/Calc.java

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
1-
package hexlet.code;
1+
package hexlet.code.games;
2+
3+
import hexlet.code.Engine;
24

35
public class Calc {
46
public static void gameCalc() {

0 commit comments

Comments
 (0)