mirror of
https://github.com/Geprivilegieerde-Anonimiteit-BV/XACrypto.git
synced 2026-08-21 13:36:21 -04:00
8 lines
124 B
Java
8 lines
124 B
Java
package de.caydenno1.xacrypto;
|
|
|
|
public class XACrypto {
|
|
private XACrypto() {}
|
|
|
|
static void main(String[] args) {}
|
|
}
|