Skip to content

Latest commit

 

History

History
 
 

graph

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

Runnable Graph

Tools

brew install graphviz

Making Graph

cat runnable.dot | dot -Tpng > graph.png && open graph.png