mirror of
https://github.com/ComodoSecurity/openedr/
synced 2026-06-06 15:24:33 +00:00
8 lines
122 B
Plaintext
8 lines
122 B
Plaintext
graph foo {
|
|
edge [weight="10"];
|
|
0 -- 1 [weight="3.14159"];
|
|
1 -- foo [weight="2.71828"];
|
|
foo -- bar;
|
|
bar -- 1;
|
|
}
|