Add iris

2025-05-18 14:35:29 +00:00
parent 6a82f8b8eb
commit 8ea860789f

6
iris.md Normal file

@@ -0,0 +1,6 @@
```mermaid
graph TD;
A(stuff)-->B[one];
A-->C[two];
A-->D[three];
```