graph/example/tc.dot
Jeremy Siek fca2523c70 new file
[SVN r10803]
2001-08-07 20:12:44 +00:00

14 lines
98 B
Plaintext

digraph TC {
node[shape=circle];
a
b
c
d
b -> c
b -> d
c -> b
d -> c
d -> a
}