mirror of
https://github.com/gonum/gonum.git
synced 2025-10-23 07:09:27 +08:00
5 lines
54 B
Plaintext
5 lines
54 B
Plaintext
digraph {
|
|
A -> B -> C
|
|
D -> E [color=red minlen=2]
|
|
}
|