Skip to content

Instantly share code, notes, and snippets.

@timgreen
Created March 30, 2017 11:39
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 timgreen/2b0ef5d0296d8e56b10593659f0e1f00 to your computer and use it in GitHub Desktop.
Save timgreen/2b0ef5d0296d8e56b10593659f0e1f00 to your computer and use it in GitHub Desktop.

Test Gravizo

![Alt text](https://g.gravizo.com/svg? digraph G { aize ="4,4"; main [shape=box]; main -> parse [weight=8]; parse -> execute; main -> init [style=dotted]; main -> cleanup; execute -> { make_string; printf} init -> make_string; edge [color=red]; main -> printf [style=bold,label="100 times"]; make_string [label="make a string"]; node [shape=box,style=filled,color=".7 .3 1.0"]; execute -> compare; } )

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment