Skip to content

Commit dcbeb8f

Browse files
author
Aleksandr Pronichev
committed
update App.java
1 parent 9b68c78 commit dcbeb8f

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

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

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ public static void main(String[] args) {
1616
2 - Even
1717
3 - Calc
1818
4 - GCD
19+
5 - Progression
1920
0 - Exit""");
2021

2122
System.out.print("Your choice: ");
@@ -34,6 +35,9 @@ public static void main(String[] args) {
3435
break;
3536
case 4:
3637
GCD.gameGCD();
38+
break;
39+
case 5:
40+
3741
break;
3842
case 0:
3943
break;

0 commit comments

Comments
 (0)