Created
March 30, 2022 02:12
-
-
Save Flurrywinde/8025cab57458553bacdc74a7c876ebfb to your computer and use it in GitHub Desktop.
GIST created by python code
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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