mirror of
https://github.com/mfocko/blog.git
synced 2024-11-10 16:29:07 +01:00
17 lines
114 B
Text
17 lines
114 B
Text
|
graph {
|
||
|
a -- c
|
||
|
a -- e
|
||
|
|
||
|
c -- i
|
||
|
c -- b
|
||
|
|
||
|
e -- j
|
||
|
|
||
|
i -- d
|
||
|
|
||
|
b -- h
|
||
|
|
||
|
d -- h
|
||
|
|
||
|
h -- j
|
||
|
}
|