mirror of
https://github.com/mfocko/blog.git
synced 2025-01-09 04:51:28 +01:00
17 lines
115 B
Text
17 lines
115 B
Text
graph {
|
|
a -- c
|
|
a -- e
|
|
|
|
c -- i
|
|
c -- b
|
|
|
|
e -- j
|
|
|
|
i -- d
|
|
|
|
b -- h
|
|
|
|
d -- h
|
|
|
|
h -- j
|
|
}
|