8 lines
100 B
Plaintext

digraph abbildung4 {
{
A,B,C,D,E [shape=circle]
}
A -> {D} [dir=none];
B -> {A,C,D,E} [dir=none];
}