Skip to content
Snippets Groups Projects
graph.dot 121 B
Newer Older
digraph {
  node [style = filled]
  A [fillcolor = yellowgreen]
  A -> B 
  A -> C
  C -> D
  C -> E
  C -> F
  B -> D
}