notes/school/di-ma/20181031_1-dag.dot
Valentin Brandl b62a7e60e4
Some checks failed
the build failed
Add dima notes
2019-01-28 20:58:59 +01:00

20 lines
227 B
Plaintext

digraph g {
rankdir="LR";
node [
label="";
shape="point";
];
{
rank="same";
1;
2;
1 -> 2;
}
0 -> 1;
0 -> 2;
1 -> 3;
2 -> 3 [ dir="back" ];
}