1
0
Fork 0
arangodb/3rdParty/boost/1.61.0/libs/graph/example/tc.dot

14 lines
98 B
Plaintext

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