This commit is contained in:
2025-05-11 12:59:58 +02:00
parent fdb6d64429
commit be7ee00a03
4 changed files with 45 additions and 0 deletions

View File

@@ -0,0 +1,8 @@
package UE21_290425_Bruecke;
public class Generator {
public static void main(String[] args) {
Guard guard = new Guard();
}
}