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.
This commit is contained in:
2025-04-22 21:02:43 +00:00
parent 00367490f9
commit f1cf029405

3
uml/beispiel.puml Normal file
View File

@@ -0,0 +1,3 @@
@startuml Beispiel
Alice -> Bob: Hello
@enduml