Skip to content

Instantly share code, notes, and snippets.

@yenda
Created November 10, 2016 09:57
Show Gist options
  • Save yenda/1bcc70a9f0781739b12e34ff10bc4b55 to your computer and use it in GitHub Desktop.
Save yenda/1bcc70a9f0781739b12e34ff10bc4b55 to your computer and use it in GitHub Desktop.
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