8 lines
103 B
Plaintext
8 lines
103 B
Plaintext
digraph GRAPH_0 {
|
|
|
|
b [ style=rounded ]
|
|
|
|
a -> { node [ shape=plaintext ] b c d }
|
|
{ b c d } -> u
|
|
}
|