Skip to content

Instantly share code, notes, and snippets.

@Flurrywinde
Created March 30, 2022 02:10
Show Gist options
  • Save Flurrywinde/c4e785eb9161074a147c42379c013392 to your computer and use it in GitHub Desktop.
Save Flurrywinde/c4e785eb9161074a147c42379c013392 to your computer and use it in GitHub Desktop.
GIST created by python code
digraph {
0 [label="START" shape=doublecircle fillcolor=chartreuse style=filled tooltip=""]
0 -> 2 [label="None"]
2 [label="T[5790]" shape=box fillcolor=none style=filled tooltip="digraph { 0 [ startln=0,shape=doublecircle,fillcolor=chartreuse,style=filled,label="START" ]; 0 -> 2...."]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment