Add quick-e2e tool for E2E environment setup

This commit is contained in:
Oliver
2025-03-16 17:17:23 +01:00
parent a4dee79d3c
commit b2fc904441
5 changed files with 131 additions and 1 deletions

View File

@@ -0,0 +1,9 @@
package de.oliver.quicke2e;
public class Main {
public static void main(String[] args) {
}
}