From f1cf029405e622856fef6f31170ca27d1b39c17a Mon Sep 17 00:00:00 2001 From: "Max P." Date: Tue, 22 Apr 2025 21:02:43 +0000 Subject: [PATCH] Adds example UML diagram for communication Introduces a simple UML diagram illustrating communication between two entities using PlantUML syntax. Provides a basic example to support documentation or learning purposes. --- uml/beispiel.puml | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 uml/beispiel.puml diff --git a/uml/beispiel.puml b/uml/beispiel.puml new file mode 100644 index 0000000..8c3a9c1 --- /dev/null +++ b/uml/beispiel.puml @@ -0,0 +1,3 @@ +@startuml Beispiel +Alice -> Bob: Hello +@enduml \ No newline at end of file