Files
devops/perl/lib/Graph-Easy-0.76/t/in/dot/3_output_lone.dot
2025-09-17 16:08:16 +08:00

6 lines
86 B
Plaintext

digraph G {
output = html;
c:w; /* a node named "c" with port "w" */
a -> b;
}