Dot Graph

c Tool
// dot -T pdf dotGraph.gv -o gotGraph.pdf
graph tree {
    a -- b -- c;
    b -- d;
}