Skip to content

Instantly share code, notes, and snippets.

@keijiro
Created February 16, 2022 03:21
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save keijiro/9ba32c1a62cf1febcacd7984bfe89964 to your computer and use it in GitHub Desktop.
Save keijiro/9ba32c1a62cf1febcacd7984bfe89964 to your computer and use it in GitHub Desktop.
  graph TD;
      A-->B;
      A-->C;
      B-->D;
      C-->D;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment