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

6 lines
94 B
Plaintext

graph g {
node [ shape="point" ];
1 -- 2 [ label="e1" ];
2 -- 3 [ label="e2" ];
}