Skip to content

Instantly share code, notes, and snippets.

@a-h
Created September 18, 2015 08:20
Show Gist options
  • Save a-h/6d265249d822eea8bdc2 to your computer and use it in GitHub Desktop.
Save a-h/6d265249d822eea8bdc2 to your computer and use it in GitHub Desktop.
GraphViz Example - Unformatted
digraph G {
"Find Driving Instructor" -> "Book Lessons" -> "Learn To Drive" -> "Book Practical Test" -> "Pass Practical Test";
"Study for Theory Test" -> "Book Theory Test" -> "Pass Theory Test" -> "Book Practical Test";
"Pass Practical Test" -> "Buy Car" -> "Buy Insurance" -> "Pay Tax" -> "Drive Somewhere Nice";
"Decide Which Car To Buy" -> "Buy Car"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment