Files
Vasily Plotnikov a0d8c7080d Initial commit
2020-11-09 23:38:45 +02: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
}