Skip to content

Instantly share code, notes, and snippets.

@oneleo
Created October 27, 2023 07:38
Show Gist options
  • Save oneleo/06d3cc87e6d36a6a77c3ecda3cb28aee to your computer and use it in GitHub Desktop.
Save oneleo/06d3cc87e6d36a6a77c3ecda3cb28aee to your computer and use it in GitHub Desktop.
Test

Here is a simple flow chart:

graph TD;
    A-->B;
    A-->C;
    B-->D;
    C-->D;
Loading
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment