58c619c08c
Taking MAINTAINER (discussed with espie on icb). OK ajacoutot@, sebastia@ At some point in the future, the language bindings should be multi-packaged, but that is another story.
6 lines
62 B
Plaintext
6 lines
62 B
Plaintext
digraph g {
|
|
"a" -> "b";
|
|
"b" -> "c";
|
|
"c" -> "a";
|
|
}
|