Skip to content

Instantly share code, notes, and snippets.

@smallstepman
Created October 5, 2023 13:14
Show Gist options
  • Save smallstepman/0184d8d125a905e40e2695fb7bca88bb to your computer and use it in GitHub Desktop.
Save smallstepman/0184d8d125a905e40e2695fb7bca88bb 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