notes/school/di-ma/uebung/08/08_1_2.dot
Valentin Brandl 9b9b4ba5e2
Some checks failed
the build failed
Add solution for dima 8
2018-12-11 14:38:10 +01:00

15 lines
183 B
Plaintext

graph {
rankdir="LR";
node [ shape="circle" ];
{
rank=same;
00 -- 10;
}
{
rank=same;
01 -- 11;
}
00 -- 01;
10 -- 11;
}