kt-event-marketing/test-simple-par.puml
2025-10-22 14:13:57 +09:00

13 lines
132 B
Plaintext

@startuml test-simple
!theme mono
Alice -> Bob: msg1
par
Alice -> Bob: msg2
and
Alice -> Bob: msg3
end
Alice -> Bob: msg4
@enduml