mirror of
https://git.cs.ou.nl/joshua.moerman/utf8-learner.git
synced 2025-07-01 14:17:45 +02:00
5 lines
No EOL
107 B
Text
5 lines
No EOL
107 B
Text
digraph g{
|
|
0 -> 0 [label="[0, 1, 2, 3, 4, 6, 7, 9, 11]"]
|
|
0 -> 1 [label="[5, 10]"]
|
|
1 -> 0 [label="[1, 7]"]
|
|
} |