Add graph/flowchart examples #1

Merged
AllSpiceAlice merged 13 commits from develop into main 2022-10-17 16:38:34 +00:00
1 changed files with 5 additions and 0 deletions
Showing only changes of commit fbd3e0871e - Show all commits

5
Flowchart.md Normal file
View File

@ -0,0 +1,5 @@
graph GraphName;
A-->B;
A-->C;
B-->D;
C-->D;