8 lines
88 B
Plaintext
8 lines
88 B
Plaintext
digraph G {
|
|
node [ style=invis ]
|
|
|
|
{ node [ style=filled ] a; c; }
|
|
|
|
a -> b -> c;
|
|
}
|