Skip to content

Commit 2233bb7

Browse files
committed
upd GCD.java
1 parent aed3c0a commit 2233bb7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
public class GCD {
77
public static void gameLogic() {
88
Engine.userGreetings();
9-
System.out.println("Find the greatest common divisor of given numbers");
9+
System.out.println("Find the greatest common divisor of given numbers.");
1010
Scanner sc = new Scanner(System.in);
1111
int result;
1212
while (Engine.questionCounter != 3) {

0 commit comments

Comments
 (0)