mirror of
https://github.com/boostorg/graph.git
synced 2026-02-01 08:32:11 +00:00
6 lines
47 B
Plaintext
6 lines
47 B
Plaintext
|
|
graph G {
|
|
0 -- 1 -- 2 -- 0;
|
|
3 -- 4;
|
|
}
|