13 lines
173 B
Plaintext
13 lines
173 B
Plaintext
edge { arrowstyle: filled; }
|
|
graph {
|
|
colorscheme: x11;
|
|
flow: south;
|
|
title: unnamed;
|
|
type: undirected;
|
|
}
|
|
|
|
[ A ] -- [ B ]
|
|
[ B ] -- [ C ]
|
|
[ C ] -- [ D ]
|
|
[ D ] -- [ A ]
|