6 lines
62 B
Plaintext
6 lines
62 B
Plaintext
|
digraph g {
|
||
|
"a" -> "b";
|
||
|
"b" -> "c";
|
||
|
"c" -> "a";
|
||
|
}
|