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