Skip to content

Commit ee197e7

Browse files
authored
Update DiffieHellman.java
1 parent 8e1d3cf commit ee197e7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/com/thealgorithms/ciphers/DiffieHellman.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ public static void main(String[] args) {
77
System.out.println("Hello User! \nEnter your name:");
88
String name = read.nextLine();
99
read.nextLine();
10-
+ System.out.println("Welcome " + name + "!");
10+
System.out.println("Welcome " + name + "!");
1111

1212
BigInteger n, g, x, y, k1, k2, A, B;
1313

0 commit comments

Comments
 (0)