9 lines
50 B
Text
9 lines
50 B
Text
|
digraph G {
|
||
|
A->B;
|
||
|
A->C;
|
||
|
A->E;
|
||
|
B->D;
|
||
|
B->E;
|
||
|
C->D;
|
||
|
}
|