2025-03-22 15:45:36 +02:00

5 lines
53 B
Plaintext

graph TD;
A-->B;
A-->C;
B-->D;
C-->D;