6 lines
55 B
Plaintext
6 lines
55 B
Plaintext
digraph GRAPH_0 {
|
|
|
|
a -> { b c d }
|
|
{ b c d } -> u
|
|
}
|