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

24 lines
246 B
Plaintext

graph g {
node [ shape="circle" ];
{
rank="same";
1;
2;
5;
6;
}
{
rank="same";
3;
4;
7;
}
1 -- 2;
1 -- 3;
1 -- 4;
2 -- 4;
5 -- 7;
}