This commit is contained in:
denis
2026-06-02 11:58:08 -04:00
committed by GitHub
parent 3051825098
commit e53c8d02af
16 changed files with 99 additions and 16 deletions
@@ -0,0 +1,7 @@
package de.caydenno1.xacrypto;
public class XACrypto {
private XACrypto() {}
static void main(String[] args) {}
}