Skip to content

Instantly share code, notes, and snippets.

@slgraff
Created July 18, 2022 17:48
Show Gist options
  • Save slgraff/827c0af66b5aab05bc02eb3e5a18adb4 to your computer and use it in GitHub Desktop.
Save slgraff/827c0af66b5aab05bc02eb3e5a18adb4 to your computer and use it in GitHub Desktop.
  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