Skip to content

Instantly share code, notes, and snippets.

@btoo
Created March 11, 2023 04:49
Show Gist options
  • Save btoo/01624321017bda36b0ba5905de08148f to your computer and use it in GitHub Desktop.
Save btoo/01624321017bda36b0ba5905de08148f to your computer and use it in GitHub Desktop.

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