Skip to content

Commit

Permalink
Revert "Revert "feat(Main): initialize a key pair""
Browse files Browse the repository at this point in the history
This reverts commit 7445c0a.
  • Loading branch information
Eulehund99 committed May 30, 2024
1 parent 7445c0a commit f1895a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/rsa_encryption/Main.java
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@ public class Main
{
public static void main( String[] args )
{
System.out.println( "Hello World!" );
KeyPair keyPair = new KeyPair(359631251336060026838154987799, 752326558075014716271358218791);
}
}

0 comments on commit f1895a9

Please sign in to comment.