mesytec-mnode/external/taskflow-3.8.0/doxygen/images/simple.dot

8 lines
51 B
Text
Raw Permalink Normal View History

2025-01-04 01:25:05 +01:00
digraph G {
rankdir="LR"
A->B;
A->C;
B->D;
C->D;
}