Skip to content

Commit 998592d

Browse files
authored
Update DiffieHellman.java
1 parent ee197e7 commit 998592d

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,5 @@ public static void main(String[] args) {
2828

2929
System.out.println("A's secret key: " + k1);
3030
System.out.println("B's secret key: " + k2);
31-
3231
}
3332
}

0 commit comments

Comments
 (0)