6 lines
69 B
Plaintext
6 lines
69 B
Plaintext
graph {
|
|
rankdir="LR";
|
|
node [ shape="circle" ];
|
|
0 -- 1;
|
|
}
|