refactoring

This commit is contained in:
2026-04-17 10:04:51 +02:00
parent 2c5feb25f6
commit 32f7cd07d9
20 changed files with 113 additions and 90 deletions

6
bin/run Executable file
View File

@@ -0,0 +1,6 @@
#!/usr/bin/env bash
# usage
# run org.example.demo.uebung1.aufgabe16.Client
(cd client && mvn clean compile && mvn exec:java -Dexec.mainClass="$1")