test.dot 62 B

123456
  1. digraph g {
  2. "a" -> "b";
  3. "b" -> "c";
  4. "c" -> "a";
  5. }