ag_gen/build/DOTFILE.dot
2022-07-15 15:20:31 -05:00

6 lines
43 B
Plaintext

strict digraph G {
0;
1;
0->1 [label=0];
}