1
1
mirror of https://github.com/sdiehl/wiwinwlh.git synced 2024-09-11 12:05:25 +03:00
wiwinwlh/img/graph1.dot
Stephen Diehl 8a060cbf34 merge 2.1
2014-06-16 22:21:30 -05:00

6 lines
63 B
Plaintext

digraph graphname {
a -> b;
b -> c;
c -> a;
}