forked from UTulsa-Research/ag_gen
6 lines
43 B
Plaintext
6 lines
43 B
Plaintext
strict digraph G {
|
|
0;
|
|
1;
|
|
0->1 [label=0];
|
|
}
|