fixed build error

This commit is contained in:
shellhub
2020-10-24 16:33:40 +08:00
parent cfd0bd68d1
commit 3b19b12f03
7 changed files with 3 additions and 751 deletions

View File

@@ -9,13 +9,6 @@ import javax.swing.JOptionPane;
*/
public final class RSA {
/**
* Trivial test program.
*
* @param args
* @deprecated TODO remove main and make JUnit Testing or any other
* methodology
*/
public static void main(String[] args) {
RSA rsa = new RSA(1024);