5 lines
56 B
Plaintext
5 lines
56 B
Plaintext
graph {
|
|
node [ shape="circle" ];
|
|
x -- v -- u;
|
|
}
|