muu before timing

This commit is contained in:
2026-03-12 20:28:04 +03:00
parent 997a6e4d87
commit e0a0e8694e
16 changed files with 75491 additions and 117 deletions

View File

@ -1,11 +1,9 @@
digraph G {
nodesep=1
rankdir="LR"
SNO,SKO[shape=none]
IDLE,P1,P2[shape=circle]
IDLE[fontsize=10]
SNO->IDLE
IDLE->P1
IDLE->P1[label=SNO]
P1->P2
P2->SKO
P2->IDLE[label=SKO]
}