notes/school/di-ma/20181031_1-ex_graph.dot

8 lines
128 B
Plaintext
Raw Normal View History

2019-01-28 20:58:59 +01:00
graph g {
node [ shape="point" ];
1 [ xlabel="1" ];
2 [ xlabel="2" ];
3 [ xlabel="3" ];
1 -- 2 -- 3 -- 1;
}