1
0
Files
sashinexists/node_modules/graphviz-wasm/test/fixtures/input.txt
2024-12-07 13:18:31 +11:00

18 lines
194 B
Plaintext

graph Foo {
a -- b;
b -- c;
c -- d;
d -- e;
e -- f;
a -- f;
a -- c;
a -- d;
a -- e;
b -- d;
b -- e;
b -- f;
c -- e;
c -- f;
d -- f;
}