6 lines
86 B
Plaintext
6 lines
86 B
Plaintext
digraph G {
|
|
output = html;
|
|
c:w; /* a node named "c" with port "w" */
|
|
a -> b;
|
|
}
|