summaryrefslogtreecommitdiff
path: root/example.dot
blob: 53a536a630ec0fc338e4e7e8b0d9d779ea2270d8 (plain)
1
2
3
4
5
digraph example {
    N0;
    N1;
    N0 -> N1;
}