-
-
Save yenda/1bcc70a9f0781739b12e34ff10bc4b55 to your computer and use it in GitHub Desktop.
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 G { | |
main -> parse -> execute; | |
main -> init; | |
main -> cleanup; | |
execute -> make_string; | |
execute -> printf | |
init -> make_string; | |
main -> printf; | |
execute -> compare; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment