first commit

This commit is contained in:
douboer
2025-09-17 16:08:16 +08:00
parent 9395faa6b2
commit 3ff47c11d5
1318 changed files with 117477 additions and 0 deletions

View File

@@ -0,0 +1,9 @@
digraph G {
node [ shape=record ];
node0 [label = "<f0> |<f1> A|<f2> "];
node1 [label = "<f0> |<f1> B|<f2> "];
node2 [label = "<f0> |<f1> C|<f2> "];
"node0":f0 -> "node1":f1;
"node1":f0 -> "node2":f1;
"node0":f2 -> "node2":f2;
}