summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex/dottex/example-fig1.dot
blob: 64c7c0a835239320af96181cd72396953aa1e93d (plain)
1
2
3
4
5
6
digraph G {/*}*/
a -> b;
a -> c;
b -> d;
d -> a;
/*{*/}