gradle++1

This commit is contained in:
qi4L
2024-04-02 17:04:39 +08:00
commit 130d67f3ef
841 changed files with 33585 additions and 0 deletions
+7
View File
@@ -0,0 +1,7 @@
import com.qi4l.jndi.LdapServer;
public class Main {
public static void main(String[] args) {
System.out.println(LdapServer.class.getPackage().getName() + ".template.echo." + "WindowsEcho");
}
}