mmkay
Created
August 23, 2023 20:51
-
-
Save maxwellb/02309d0f81f806400bfa199a5cc03da9 to your computer and use it in GitHub Desktop.
do the thing
sequenceDiagram
participant A
participant B
participant X
participant Y
participant C
participant p as 📞
A ->> B: What's up?
B -->> A: Sup.
A ->> A: Cool.
A ->> Y: Yo.
Y ->> X: DYKTA?
X -->> Y: ¯\_(ツ)_/¯
A -->> Y: Hello?
Y -->> A: HOAM
Y ->> p: Beep boop.
p -->> C: Ring.
C -->> Y: Sup.
Y ->> C: DYTKA?
C -->> Y: Yeah.
Y -->> C: Cool.
p -->> Y: Blip.
Y -->> A: Yo.
A -->> Y: Hey.
Y -->> A: WYW?
A ->> Y: dis?
Y -->> A: HOAM
Y ->> p: Beep boop.
p -->> C: Ring.
C -->> Y: Sup.
Y ->> C: dat?
C -->> Y: Yeahsure
Y -->> C: Kthx.
p -->> Y: Blip.
Y -->> A: Herego.
A ->> Y: Gotit,thx
Y -->> A: np
A ->> Y: Cool.
Y -->> A: Coolbye
A ->> A: Cool.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment