Skip to content

Instantly share code, notes, and snippets.

@costrouc
Created August 18, 2023 15:19
Show Gist options
  • Save costrouc/41f859973e4001703dbf7ebe59a047c9 to your computer and use it in GitHub Desktop.
Save costrouc/41f859973e4001703dbf7ebe59a047c9 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