5 lines
58 B
Plaintext
5 lines
58 B
Plaintext
graph g {
|
|
n [ label=""; shape="point" ];
|
|
n -- n
|
|
}
|