---
config:
layout: elk
---
flowchart LR
A[Start] --> B{Is it?}
B -->|Yes| C[OK]
C --> D[Rethink]
D --> B
B ---->|No| E[End]
Last active
November 20, 2025 08:55
-
-
Save aslakr/79bd77371f99fc9e11baadafb4336368 to your computer and use it in GitHub Desktop.