graph/example/python/disconnected.dot
Douglas Gregor e2649f122f Vis stuff
[SVN r27704]
2005-03-16 14:19:09 +00:00

11 lines
85 B
Plaintext

graph G {
A -- F
B -- C
B -- D
C -- D
E -- F
G -- H
G -- I
H -- I
}