12 lines
137 B
Plaintext
12 lines
137 B
Plaintext
|
graph g {
|
||
|
node [ shape="circle" ];
|
||
|
5 -- 4 -- 1;
|
||
|
{
|
||
|
rank="same";
|
||
|
2;
|
||
|
3;
|
||
|
}
|
||
|
1 -- 2;
|
||
|
1 -- 3;
|
||
|
}
|