notes/school/di-ma/20181107_1-dg.dot

20 lines
203 B
Plaintext
Raw Permalink Normal View History

2019-01-28 20:58:59 +01:00
digraph g {
node [ shape="circle" ];
{
rank="same";
1;
2;
}
{
rank="same";
4;
3;
}
1 -> 2;
2 -> 3;
3 -> 1;
4 -> 1;
}