8 lines
94 B
Plaintext
8 lines
94 B
Plaintext
@startuml test-basic
|
|
!theme mono
|
|
|
|
Alice -> Bob: test message
|
|
Bob --> Alice: response
|
|
|
|
@enduml
|