Graphviz test

Plain text code posted by Quintus
created at 18 Apr 21:56

Edit | Back
1
2
3
4
5
6
digraph G {
  A -> B -> C;
  C -> D -> B;
  B [shape=triangle];
  C [label="Multiline\nLabel"];
}
98 Bytes in 2 ms with coderay