mirror of
https://github.com/mfocko/blog.git
synced 2024-11-10 08:19:07 +01:00
12 lines
91 B
Text
12 lines
91 B
Text
|
digraph {
|
||
|
a -> c
|
||
|
a -> e
|
||
|
|
||
|
c -> b
|
||
|
c -> i
|
||
|
|
||
|
e -> h
|
||
|
e -> j
|
||
|
|
||
|
i -> d
|
||
|
}
|