Introduces a simple UML diagram illustrating communication between two entities using PlantUML syntax. Provides a basic example to support documentation or learning purposes.
3 lines
46 B
Plaintext
3 lines
46 B
Plaintext
@startuml Beispiel
|
|
Alice -> Bob: Hello
|
|
@enduml |