update
[bsc-thesis1415.git] / thesis2 / graphexample.dot
1 digraph graphexample { rankdir=LR; n1->n2; n2->n1; n2->n3; n3->n4; n1->n4; }