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